We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e766691 commit 0b0c3a6Copy full SHA for 0b0c3a6
1 file changed
alembic/runtime/plugins.py
@@ -15,7 +15,7 @@
15
if TYPE_CHECKING:
16
from ..util import PriorityDispatchResult
17
18
-_all_plugins = {}
+_all_plugins: dict[str, Plugin] = {}
19
20
21
log = logging.getLogger(__name__)
0 commit comments