Skip to content

Commit

Permalink
Remove not needed # type: ignore, because matrix-org#12269
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel authored Mar 23, 2022
1 parent a428260 commit 1e10625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/storage/databases/main/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def create_index(conn):
# have an event_search_fts_idx; unfortunately postgres 9.4
# doesn't support CREATE INDEX IF EXISTS so we just catch the
# exception and ignore it.
import psycopg2 # type: ignore
import psycopg2

try:
c.execute(
Expand Down

0 comments on commit 1e10625

Please sign in to comment.