Skip to content

Commit cbaad1f

Browse files
committed
Removed unused sys import, refs #425
1 parent 0e60f3c commit cbaad1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlite_utils/db.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import re
2323
import secrets
2424
from sqlite_fts4 import rank_bm25 # type: ignore
25-
import sys
2625
import textwrap
2726
from typing import (
2827
cast,

0 commit comments

Comments
 (0)