Skip to content
Prev Previous commit
Next Next commit
refactor: TT-403 correct flake8 lint syntax
  • Loading branch information
mandres2015 authored and ararcos committed Nov 19, 2021
commit b79d442b4f0cfd9bf8accac4f528fe4ada8bdbf6
1 change: 1 addition & 0 deletions V2/time_tracker/_infrastructure/_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

_TEST_DIALECT = "sqlite"


class DB():
config = _config.load_config()
connection = None
Expand Down