Skip to content

Commit 141b5db

Browse files
committed
fix quality
1 parent 5e2b9ad commit 141b5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/fsspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def modified(self, path):
6969
@classmethod
7070
def _strip_protocol(cls, path):
7171
path = stringify_path(path)
72-
if path.startswith(f"mock://"):
72+
if path.startswith("mock://"):
7373
path = path[7:]
7474
return path
7575

0 commit comments

Comments
 (0)