Skip to content

Commit a4626b2

Browse files
committed
Fix import.
1 parent ca49bfd commit a4626b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/selfie-lib/selfie_lib/CacheSelfie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from typing import Any, Generic, Optional, Protocol, TypeVar, Union, overload
33

44
from .Literals import LiteralString, LiteralValue, TodoStub
5-
from .RoundTrip import Roundtrip
5+
from .Roundtrip import Roundtrip
66
from .Snapshot import Snapshot
77
from .SnapshotSystem import DiskStorage, _selfieSystem
88
from .WriteTracker import recordCall

0 commit comments

Comments
 (0)