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 c002172 commit e63d19eCopy full SHA for e63d19e
test-data/unit/plugins/dyn_class.py
@@ -6,7 +6,7 @@
6
from mypy.plugin import ClassDefContext, DynamicClassDefContext, Plugin
7
from mypy.types import Instance, get_proper_type
8
9
-DECL_BASES = set()
+DECL_BASES: set[str] = set()
10
11
12
class DynPlugin(Plugin):
0 commit comments