Skip to content

Commit

Permalink
Blackage.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Jul 16, 2024
1 parent fd72d56 commit 535846d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions odc/geo/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def country_geom(iso3: str, crs: MaybeCRS = None) -> Geometry:
"""
# pylint: disable=import-outside-toplevel
from ..converters import from_geopandas

countries = Countries()
(gg,) = from_geopandas(countries.frame_by_iso3(iso3))
crs = norm_crs(crs)
Expand Down

0 comments on commit 535846d

Please sign in to comment.