Coding style

This commit is contained in:
KnugiHK
2023-06-21 17:04:58 +08:00
parent 032af6cdcf
commit 40d060628f
6 changed files with 22 additions and 17 deletions
@@ -7,7 +7,8 @@ import time
import getpass
import threading
try:
from iphone_backup_decrypt import EncryptedBackup, RelativePath, FailedToDecryptError, Domain
from iphone_backup_decrypt import EncryptedBackup, RelativePath
from iphone_backup_decrypt import FailedToDecryptError, Domain
except ModuleNotFoundError:
support_encrypted = False
else: