Skip to content

Commit

Permalink
Black lintage magic
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Jul 11, 2024
1 parent 978528f commit 26671fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion odc/geo/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ def gbox_css() -> str:
return src.read()


ne_countries_url = "https://naciscdn.org/naturalearth/110m/cultural/ne_110m_admin_0_countries.zip"
ne_countries_url = (
"https://naciscdn.org/naturalearth/110m/cultural/ne_110m_admin_0_countries.zip"
)


def country_geom(iso3: str, crs: MaybeCRS = None) -> Geometry:
"""
Expand Down

0 comments on commit 26671fd

Please sign in to comment.