Skip to content

Commit

Permalink
More missing pieces
Browse files Browse the repository at this point in the history
Thankyou linting
  • Loading branch information
hellais committed Feb 2, 2024
1 parent 5788ce2 commit 69172a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/ooniapi/measurements.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from flask import request, Response

# debdeps: python3-sqlalchemy
from sqlalchemy import sql
from sqlalchemy import and_, text, select, sql, column
from sqlalchemy.exc import OperationalError
from psycopg2.extensions import QueryCanceledError # debdeps: python3-psycopg2

Expand Down

0 comments on commit 69172a8

Please sign in to comment.