Skip to content

Commit

Permalink
Lint for the lint god
Browse files Browse the repository at this point in the history
  • Loading branch information
moradology committed Jun 4, 2024
1 parent 37cd76d commit 7ab0e71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pangeo_forge_recipes/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ def _get_opener(fname, secrets, fsspec_sync_patch, **open_kwargs):
SyncHTTPFileSystem.overwrite_async_registration()
logger.debug("Synchronous HTTP implementation enabled.")


fname = fname if not secrets else _add_query_string_secrets(fname, secrets)
return fsspec.open(fname, mode="rb", **open_kwargs)

Expand Down

0 comments on commit 7ab0e71

Please sign in to comment.