From 2c0e3358a72e25a2e20ed57c97db0342132511f4 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Fri, 26 Jul 2024 10:56:57 +0200 Subject: [PATCH] ara_m: fix sourcecode formatting Related: OS#6092 Change-Id: I374eefdd1a2763552c98c1928753197e9f753e2b --- pySim/ara_m.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pySim/ara_m.py b/pySim/ara_m.py index 5776e3d4..5d8637c3 100644 --- a/pySim/ara_m.py +++ b/pySim/ara_m.py @@ -228,16 +228,14 @@ class BlockDO(BER_TLV_IE, tag=0xe7): class GetCommandDoCollection(TLV_IE_Collection, nested=[RefDO, DeviceConfigDO]): pass + # SEID v1.1 Table 4-2 - - class GetResponseDoCollection(TLV_IE_Collection, nested=[ResponseAllRefArDO, ResponseArDO, ResponseRefreshTagDO, ResponseAramConfigDO]): pass + # SEID v1.1 Table 5-1 - - class StoreCommandDoCollection(TLV_IE_Collection, nested=[BlockDO, CommandStoreRefArDO, CommandDelete, CommandUpdateRefreshTagDO, CommandRegisterClientAidsDO,