Skip to content

Commit bd78a77

Browse files
committed
Fix linting comment for main import in run.py
1 parent 0b9457e commit bd78a77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
src_dir = Path(__file__).parent / "src"
88
sys.path.insert(0, str(src_dir))
99

10-
from bank_sync.main import main
10+
from bank_sync.main import main # noqa: E402
1111

1212
if __name__ == "__main__":
1313
sys.exit(main())

0 commit comments

Comments
 (0)