Skip to content

Commit

Permalink
Remove not used import
Browse files Browse the repository at this point in the history
Update requirements
  • Loading branch information
mcarans committed Mar 13, 2024
1 parent be578fd commit 5b85651
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ classifiers = [
requires-python = ">=3.8"

dependencies = [
"hdx-python-utilities>=3.6.5",
"libhxl>=5.2",
"hdx-python-utilities>=3.6.6",
"libhxl>=5.2.1",
"pyphonetics",
]
dynamic = ["version"]
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ filelock==3.13.1
# via virtualenv
frictionless==5.16.1
# via hdx-python-utilities
hdx-python-utilities==3.6.5
hdx-python-utilities==3.6.6
# via hdx-python-country (pyproject.toml)
humanize==4.9.0
# via frictionless
Expand Down Expand Up @@ -73,9 +73,9 @@ nodeenv==1.8.0
# via pre-commit
openpyxl==3.1.2
# via hdx-python-utilities
packaging==23.2
packaging==24.0
# via pytest
petl==1.7.14
petl==1.7.15
# via frictionless
platformdirs==4.2.0
# via virtualenv
Expand All @@ -87,7 +87,7 @@ ply==3.11
# libhxl
pre-commit==3.6.2
# via hdx-python-country (pyproject.toml)
pydantic==2.6.3
pydantic==2.6.4
# via frictionless
pydantic-core==2.16.3
# via pydantic
Expand All @@ -97,7 +97,7 @@ pyphonetics==0.5.3
# via hdx-python-country (pyproject.toml)
pyrsistent==0.20.0
# via jsonschema
pytest==8.1.0
pytest==8.1.1
# via
# hdx-python-country (pyproject.toml)
# pytest-cov
Expand Down Expand Up @@ -172,7 +172,7 @@ validators==0.22.0
# via frictionless
virtualenv==20.25.1
# via pre-commit
wheel==0.42.0
wheel==0.43.0
# via libhxl
xlrd==2.0.1
# via hdx-python-utilities
Expand Down
2 changes: 1 addition & 1 deletion src/hdx/location/wfp_exchangerates.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from hdx.utilities.typehint import ListTuple

try:
from data_bridges_client import ApiClient, Configuration, CurrencyApi
from data_bridges_client import ApiClient, CurrencyApi
from data_bridges_client.exceptions import ApiException
from data_bridges_client.token import WfpApiToken
except ImportError:
Expand Down

0 comments on commit 5b85651

Please sign in to comment.