Skip to content

Commit e63d19e

Browse files
committed
fix
1 parent c002172 commit e63d19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/plugins/dyn_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from mypy.plugin import ClassDefContext, DynamicClassDefContext, Plugin
77
from mypy.types import Instance, get_proper_type
88

9-
DECL_BASES = set()
9+
DECL_BASES: set[str] = set()
1010

1111

1212
class DynPlugin(Plugin):

0 commit comments

Comments
 (0)