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 80fe3da commit a6d85a9Copy full SHA for a6d85a9
LoopStructural/utils/observer.py
@@ -2,11 +2,7 @@
2
3
from collections.abc import Callable
4
from contextlib import contextmanager
5
-<<<<<<< HEAD
6
from typing import Any, Generic, Protocol, TypeVar, runtime_checkable
7
-=======
8
-from typing import Any, Generic, Protocol, TypeAlias, TypeVar, runtime_checkable
9
->>>>>>> 113799aed0a05a8a3181a6b3d9ff93ebdc04b97a
10
import threading
11
import weakref
12
0 commit comments