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 b81eef2 commit c4e8714Copy full SHA for c4e8714
python/selfie-lib/selfie_lib/Selfie.py
@@ -1,7 +1,5 @@
1
-from typing import Any, Optional, Protocol, TypeVar, Union, overload
+from typing import Any, TypeVar, Union, overload
2
3
-from .CacheSelfie import CacheSelfie
4
-from .RoundTrip import Roundtrip
5
from .SelfieImplementations import ReprSelfie, StringSelfie
6
from .Snapshot import Snapshot
7
from .SnapshotSystem import _selfieSystem
0 commit comments