formatting

This commit is contained in:
0xArty
2023-04-14 20:42:28 +01:00
parent a0e3c238a4
commit 328ba5e69e
40 changed files with 911 additions and 592 deletions

View File

@@ -2,7 +2,7 @@ import unittest
if __name__ == "__main__":
# Load all tests from the 'autogpt/tests' package
suite = unittest.defaultTestLoader.discover('autogpt/tests')
suite = unittest.defaultTestLoader.discover("autogpt/tests")
# Run the tests
unittest.TextTestRunner().run(suite)