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 ca49bfd commit a4626b2Copy full SHA for a4626b2
python/selfie-lib/selfie_lib/CacheSelfie.py
@@ -2,7 +2,7 @@
2
from typing import Any, Generic, Optional, Protocol, TypeVar, Union, overload
3
4
from .Literals import LiteralString, LiteralValue, TodoStub
5
-from .RoundTrip import Roundtrip
+from .Roundtrip import Roundtrip
6
from .Snapshot import Snapshot
7
from .SnapshotSystem import DiskStorage, _selfieSystem
8
from .WriteTracker import recordCall
0 commit comments