Skip to content

Commit

Permalink
Fix pyright warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Apr 23, 2024
1 parent 0626fc1 commit 337ed7c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/selfie-lib/selfie_lib/WriteTracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ def __init__(self):
self.lock = threading.Lock()
self.writes: Dict[T, FirstWrite[U]] = {}

@abstractmethod
def record(self, key: T, snapshot: U, call: CallStack, layout: SnapshotFileLayout):
pass

def recordInternal(
self,
key: T,
Expand Down

0 comments on commit 337ed7c

Please sign in to comment.