From 6ce7ad8f6049b628a5f63d6d736926dd7c2ef10f Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Sun, 30 Jul 2023 00:38:54 +0000 Subject: [PATCH] Fix formatting issue after running black. --- bemani/common/card.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bemani/common/card.py b/bemani/common/card.py index 54f4cd8..3e8bea7 100644 --- a/bemani/common/card.py +++ b/bemani/common/card.py @@ -3,6 +3,7 @@ from typing_extensions import Final from Crypto.Cipher import DES3 + class CardCipherException(Exception): pass