Skip to content

Commit

Permalink
Update mypy to 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jul 31, 2024
1 parent 0668127 commit 7b53410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_test_migrations/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

MigrationPlan: TypeAlias = List[Tuple[Migration, bool]]

AnyConnection: TypeAlias = Union[ConnectionProxy[Any], BaseDatabaseWrapper]
AnyConnection: TypeAlias = Union['ConnectionProxy[Any]', BaseDatabaseWrapper]

DatabaseSettingValue: TypeAlias = Union[str, int]

0 comments on commit 7b53410

Please sign in to comment.