Skip to content

Commit 8794807

Browse files
authored
Clean up whitespace in util.py
Remove unnecessary blank line in util.py
1 parent 266b0b0 commit 8794807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

malariagen_data/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ def _init_filesystem(url, **kwargs):
489489

490490
# Process the URL using fsspec.
491491
fs, path = url_to_fs(url, **storage_options)
492-
492+
493493
# Path compatibility, fsspec/gcsfs behaviour varies between versions.
494494
while path.endswith("/"):
495495
path = path[:-1]

0 commit comments

Comments
 (0)