Skip to content

Commit 6315181

Browse files
committed
sort import
1 parent c1d666f commit 6315181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arcade/gui/property.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
import traceback
44
from collections.abc import Callable
5-
from contextlib import suppress, contextmanager
5+
from contextlib import contextmanager, suppress
66
from typing import Any, Generic, TypeVar, cast
77
from weakref import WeakKeyDictionary, ref
88

0 commit comments

Comments
 (0)