Skip to content

Commit

Permalink
Update style and pin on black v23.1.0 (#9)
Browse files Browse the repository at this point in the history
(DIS-1802)
  • Loading branch information
pyrco authored Feb 3, 2023
1 parent 8809f0c commit 5655fd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion dissect/sql/sqlite3.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ def frame(self, frame_idx):
return WALFrame(self, offset)

def frames(self):

frame_idx = 0
while True:
try:
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ commands =
# implementations, so we pick one.
basepython = python3
deps =
black==23.1.0
flake8
flake8-black
vermin
Expand Down

0 comments on commit 5655fd1

Please sign in to comment.