Skip to content

Commit

Permalink
update import formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Webb <[email protected]>
  • Loading branch information
sjordan29 and webb-ben authored Sep 12, 2024
1 parent db05699 commit 78cc922
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pygeoapi/provider/xarray_.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@
ProviderConnectionError,
ProviderNoDataError,
ProviderQueryError)
from pygeoapi.util import (
read_data,
get_crs_from_uri
)
from pygeoapi.util import get_crs_from_uri, read_data

LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 78cc922

Please sign in to comment.