Skip to content

Commit c4e8714

Browse files
committed
Fix unused imports.
1 parent b81eef2 commit c4e8714

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/selfie-lib/selfie_lib/Selfie.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
from typing import Any, Optional, Protocol, TypeVar, Union, overload
1+
from typing import Any, TypeVar, Union, overload
22

3-
from .CacheSelfie import CacheSelfie
4-
from .RoundTrip import Roundtrip
53
from .SelfieImplementations import ReprSelfie, StringSelfie
64
from .Snapshot import Snapshot
75
from .SnapshotSystem import _selfieSystem

0 commit comments

Comments
 (0)