Skip to content

Commit

Permalink
better fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Nov 28, 2024
1 parent 758240a commit 5bc0114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/utils/check_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ def import_packages_with_init(directory):

print("\nERRORS:")
for fail in failed:
print(f" - {fail['module']}")
print(f" {fail['traceback']}")
print(f" - {fail['module']}\n")
print(f" {fail['traceback']}\n\n")
sys.exit(1)

0 comments on commit 5bc0114

Please sign in to comment.