1
0
mirror of synced 2024-11-12 01:00:46 +01:00

Fix formatting issue after running black.

This commit is contained in:
Jennifer Taylor 2023-07-30 00:38:54 +00:00
parent 40ba92cb57
commit 6ce7ad8f60

View File

@ -3,6 +3,7 @@ from typing_extensions import Final
from Crypto.Cipher import DES3
class CardCipherException(Exception):
pass