Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
callumrollo committed Aug 8, 2023
1 parent f8c7a8d commit 7b4728f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions erddapy/erddapy.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,9 @@ def to_ncCF(self, protocol: str = None, **kw):
return to_ncCF(url, protocol=protocol, requests_kwargs=dict(**kw))

def to_xarray(
self,
requests_kwargs: Optional[Dict] = None,
**kw,
self,
requests_kwargs: Optional[Dict] = None,
**kw,
) -> "xr.Dataset":
"""Load the data request into a xarray.Dataset.
Expand Down

0 comments on commit 7b4728f

Please sign in to comment.