Skip to content

Commit 2986b51

Browse files
committed
Remove unused function definition
1 parent fbc1701 commit 2986b51

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

climada/util/coordinates.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import re
2929
import warnings
3030
import zipfile
31-
from typing import Union, Sequence
3231

3332
from cartopy.io import shapereader
3433
import dask.dataframe as dd
@@ -1470,11 +1469,6 @@ def country_natid2iso(natids, representation="alpha3"):
14701469
iso_list = country_to_iso(iso_list, representation)
14711470
return iso_list[0] if return_str else iso_list
14721471

1473-
1474-
def iso_to_country(iso: Union[str, int, Sequence[Union[str, int]]], attr):
1475-
"""Convert an ISO 3166 code to a country name"""
1476-
1477-
14781472
def country_iso2natid(isos):
14791473
"""Convert ISO 3166-1 alpha-3 codes to internal NatIDs
14801474

0 commit comments

Comments
 (0)