Skip to content

Commit de18020

Browse files
committed
refactor: TT-403 correct flake8 lint syntax
1 parent f3d9023 commit de18020

File tree

1 file changed

+1
-0
lines changed
  • V2/time_tracker/_infrastructure

1 file changed

+1
-0
lines changed

V2/time_tracker/_infrastructure/_db.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
_TEST_DIALECT = "sqlite"
66

7+
78
class DB():
89
config = _config.load_config()
910
connection = None

0 commit comments

Comments
 (0)