Skip to content

Commit a6d85a9

Browse files
committed
actually merging
1 parent 80fe3da commit a6d85a9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

LoopStructural/utils/observer.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
from collections.abc import Callable
44
from contextlib import contextmanager
5-
<<<<<<< HEAD
65
from typing import Any, Generic, Protocol, TypeVar, runtime_checkable
7-
=======
8-
from typing import Any, Generic, Protocol, TypeAlias, TypeVar, runtime_checkable
9-
>>>>>>> 113799aed0a05a8a3181a6b3d9ff93ebdc04b97a
106
import threading
117
import weakref
128

0 commit comments

Comments
 (0)