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 291a0b5 commit a4fa024Copy full SHA for a4fa024
python/selfie-lib/selfie_lib/WriteTracker.py
@@ -87,7 +87,7 @@ def __init__(self, fs: FS):
87
self.fs = fs
88
89
@abstractmethod
90
- def root_folder() -> TypedPath:
+ def root_folder(self) -> TypedPath:
91
pass
92
93
def sourcefile_for_call(self, call: CallLocation) -> TypedPath:
0 commit comments