Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 3, 2022
1 parent a2df5bd commit 4ff19b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/backends/pydap_.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def open(
}
if Version(pydap_version) >= Version("3.3.0"):
if verify is not None:
kwargs.update({"verify": verify})
kwargs.update({"verify": verify})
if user_charset is not None:
kwargs.update({"user_charset": user_charset})
ds = pydap.client.open_url(**kwargs)
Expand Down

0 comments on commit 4ff19b8

Please sign in to comment.