Skip to content

Commit 4936991

Browse files
committed
Fixup CacheSelfie's TodoStub naming.
1 parent 617c154 commit 4936991

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/selfie-lib/selfie_lib/CacheSelfie.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from typing import Generic, TypeVar, Optional, Any
2-
import threading
32
from .WriteTracker import recordCall
43
from .Snapshot import Snapshot
54
from .Literals import LiteralValue, LiteralString, TodoStub
@@ -34,7 +33,7 @@ def _to_match_disk_impl(self, sub: str, is_todo: bool) -> T:
3433
Snapshot.of(self.roundtrip.serialize(actual)), sub, call
3534
)
3635
if is_todo:
37-
system.write_inline(TodoStub.toMatchDisk.create_literal(), call)
36+
system.write_inline(TodoStub.to_match_disk.create_literal(), call)
3837
return actual
3938
else:
4039
if is_todo:

0 commit comments

Comments
 (0)