Skip to content

Commit 7694f22

Browse files
committed
Server: remove unused imports in _query
1 parent 91a2ba7 commit 7694f22

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/server/_query.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,16 @@
1010
Tuple,
1111
Union,
1212
cast,
13-
Mapping,
1413
)
1514
from flask import Response
1615

1716
from sqlalchemy import text
1817
from sqlalchemy.engine import Row
1918

2019
from ._common import db, app
21-
from ._db import metadata
2220
from ._printer import create_printer, APrinter
2321
from ._exceptions import DatabaseErrorException
24-
from ._validate import DateRange, extract_strings
22+
from ._validate import extract_strings
2523
from ._params import GeoPair, SourceSignalPair, TimePair
2624
from .utils import time_values_to_ranges, days_to_ranges, weeks_to_ranges
2725

0 commit comments

Comments
 (0)