tkpanels: Fix error running with Python 3.8

This commit is contained in:
rdb 2023-10-11 10:26:56 +02:00
parent b6eee1045a
commit 3922800aa4

View File

@ -31,7 +31,7 @@ def inspect(anObject):
### private
_InspectorMap: dict[str, str]
_InspectorMap: "dict[str, str]"
def inspectorFor(anObject):