mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 07:03:36 -04:00
tkpanels: Fix error running with Python 3.8
This commit is contained in:
parent
b6eee1045a
commit
3922800aa4
@ -31,7 +31,7 @@ def inspect(anObject):
|
||||
|
||||
### private
|
||||
|
||||
_InspectorMap: dict[str, str]
|
||||
_InspectorMap: "dict[str, str]"
|
||||
|
||||
|
||||
def inspectorFor(anObject):
|
||||
|
Loading…
x
Reference in New Issue
Block a user