We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf050c commit a73a5d3Copy full SHA for a73a5d3
1 file changed
source/app/datamgmt/alerts/alerts_db.py
@@ -21,8 +21,7 @@
21
from datetime import datetime, timedelta
22
from flask_login import current_user
23
from functools import reduce
24
-from operator import and_
25
-from sqlalchemy import desc, asc, func, tuple_, or_, not_
+from sqlalchemy import desc, asc, func, tuple_, or_, not_, and_
26
from sqlalchemy.orm import aliased, make_transient, selectinload
27
from typing import List, Tuple, Dict
28
0 commit comments