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 5e2b9ad commit 141b5dbCopy full SHA for 141b5db
tests/fixtures/fsspec.py
@@ -69,7 +69,7 @@ def modified(self, path):
69
@classmethod
70
def _strip_protocol(cls, path):
71
path = stringify_path(path)
72
- if path.startswith(f"mock://"):
+ if path.startswith("mock://"):
73
path = path[7:]
74
return path
75
0 commit comments