Skip to content

Commit

Permalink
Silence mypy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ljodal committed Jun 29, 2023
1 parent 3ca054b commit a174d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration_checker/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import Any, Callable, Sequence, Union, cast

import django
import sqlparse
import sqlparse # type: ignore[import]
from django.contrib.postgres.operations import NotInTransactionMixin
from django.db import connections, transaction
from django.db.migrations import Migration, RunSQL, SeparateDatabaseAndState
Expand Down

0 comments on commit a174d4e

Please sign in to comment.