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 c1d666f commit 6315181Copy full SHA for 6315181
arcade/gui/property.py
@@ -2,7 +2,7 @@
2
import sys
3
import traceback
4
from collections.abc import Callable
5
-from contextlib import suppress, contextmanager
+from contextlib import contextmanager, suppress
6
from typing import Any, Generic, TypeVar, cast
7
from weakref import WeakKeyDictionary, ref
8
0 commit comments