Addon Manager: Black and lint

This commit is contained in:
Chris Hennes
2023-03-31 13:46:13 -05:00
parent 43ee59c82f
commit 8b31d7deb0
19 changed files with 146 additions and 115 deletions

View File

@@ -59,7 +59,7 @@ loaded_gui_tests = [
AddonManagerTestMacroInstallerGui,
AddonManagerTestUpdateAllGui,
AddonManagerTestUninstallerGUI,
TestListTerminator # Needed to prevent the last test from running twice
TestListTerminator, # Needed to prevent the last test from running twice
]
for test in loaded_gui_tests:
fci.Console.PrintLog(f"Loaded tests from {test.__name__}\n")