Skip to content

Commit 90d74ae

Browse files
committed
Server: remove unused imports in _query
1 parent 0ab6609 commit 90d74ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Sequence,
1010
Tuple,
1111
Union,
12-
cast
12+
cast,
1313
)
1414
from flask import Response
1515

0 commit comments

Comments
 (0)