Skip to content

Commit 0e16d32

Browse files
committed
formatting
1 parent b849d81 commit 0e16d32

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

tests/unit/test_app.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
def test_import_app():
22
from app.main import main
3-
print('app imported')
3+
4+
print("app imported")
45
main()
56

6-
if __name__ == '__main__':
7-
test_import_app()
7+
8+
if __name__ == "__main__":
9+
test_import_app()

0 commit comments

Comments
 (0)