From 5655fd1a0256a6792275a4314c86ecdbf6cfe747 Mon Sep 17 00:00:00 2001 From: pyrco <105293448+pyrco@users.noreply.github.com> Date: Fri, 3 Feb 2023 13:57:45 +0100 Subject: [PATCH] Update style and pin on black v23.1.0 (#9) (DIS-1802) --- dissect/sql/sqlite3.py | 1 - tox.ini | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dissect/sql/sqlite3.py b/dissect/sql/sqlite3.py index d5033da..a0f02e1 100644 --- a/dissect/sql/sqlite3.py +++ b/dissect/sql/sqlite3.py @@ -450,7 +450,6 @@ def frame(self, frame_idx): return WALFrame(self, offset) def frames(self): - frame_idx = 0 while True: try: diff --git a/tox.ini b/tox.ini index 541e596..2160d23 100644 --- a/tox.ini +++ b/tox.ini @@ -36,6 +36,7 @@ commands = # implementations, so we pick one. basepython = python3 deps = + black==23.1.0 flake8 flake8-black vermin