Skip to content

Commit 0b0c3a6

Browse files
committed
fix pep484 issue for most recent mypy
Change-Id: I1d5f657121914b091c5c3c70e24841d2036256a2
1 parent e766691 commit 0b0c3a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alembic/runtime/plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
if TYPE_CHECKING:
1616
from ..util import PriorityDispatchResult
1717

18-
_all_plugins = {}
18+
_all_plugins: dict[str, Plugin] = {}
1919

2020

2121
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)