Skip to content

Commit a4fa024

Browse files
committed
Forgot one.
1 parent 291a0b5 commit a4fa024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/selfie-lib/selfie_lib/WriteTracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def __init__(self, fs: FS):
8787
self.fs = fs
8888

8989
@abstractmethod
90-
def root_folder() -> TypedPath:
90+
def root_folder(self) -> TypedPath:
9191
pass
9292

9393
def sourcefile_for_call(self, call: CallLocation) -> TypedPath:

0 commit comments

Comments
 (0)