From 473f31066c97ec3256ff9e2c15d55a2a544fd286 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Mon, 23 Mar 2026 17:30:57 +0100 Subject: [PATCH] pySim/pcsc/cosmetic: reformat comment Change-Id: Ic04bdfbc6727cc670679c377c1afd1de53504b8f --- pySim/transport/pcsc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pySim/transport/pcsc.py b/pySim/transport/pcsc.py index adac6ee7..c92a3ba2 100644 --- a/pySim/transport/pcsc.py +++ b/pySim/transport/pcsc.py @@ -80,8 +80,7 @@ class PcscSimLink(LinkBaseTpdu): def connect(self): try: - # To avoid leakage of resources, make sure the reader - # is disconnected + # To avoid leakage of resources, make sure the reader is disconnected self.disconnect() # Make card connection and select a suitable communication protocol