diff --git a/direct/src/tkpanels/Inspector.py b/direct/src/tkpanels/Inspector.py index 707bc038c3..29bebcf16f 100644 --- a/direct/src/tkpanels/Inspector.py +++ b/direct/src/tkpanels/Inspector.py @@ -31,7 +31,7 @@ def inspect(anObject): ### private -_InspectorMap: dict[str, str] +_InspectorMap: "dict[str, str]" def inspectorFor(anObject):