Skip to content

Commit

Permalink
fix quality
Browse files Browse the repository at this point in the history
  • Loading branch information
dwyatte committed Mar 5, 2023
1 parent 5e2b9ad commit 141b5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/fsspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def modified(self, path):
@classmethod
def _strip_protocol(cls, path):
path = stringify_path(path)
if path.startswith(f"mock://"):
if path.startswith("mock://"):
path = path[7:]
return path

Expand Down

0 comments on commit 141b5db

Please sign in to comment.