Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Feb 26, 2025
1 parent 948a982 commit 65589b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ the file without committing by executing:

## Project

[Hatch](https://hatch.pypa.io/) is used for project management. The project
can be built using:
[Hatch](https://hatch.pypa.io/) is used for project management. The project
can be built using:

hatch build

Expand All @@ -72,4 +72,4 @@ Linting and syntax checking can be run with:

Tests can be executed using:

hatch test
hatch test
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ ruamel-yaml==0.18.10
# via hdx-python-utilities
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
setuptools==75.8.1
setuptools==75.8.2
# via ckanapi
shellingham==1.5.4
# via typer
Expand Down
3 changes: 1 addition & 2 deletions src/hdx/scraper/ophi/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import logging
from os.path import expanduser, join

from src.hdx.scraper.ophi.pipeline import Pipeline

from hdx.api.configuration import Configuration
from hdx.data.user import User
from hdx.facades.infer_arguments import facade
Expand All @@ -14,6 +12,7 @@
from hdx.scraper.ophi.dataset_generator import DatasetGenerator
from hdx.scraper.ophi.hapi_dataset_generator import HAPIDatasetGenerator
from hdx.scraper.ophi.hapi_output import HAPIOutput
from hdx.scraper.ophi.pipeline import Pipeline
from hdx.utilities.downloader import Download
from hdx.utilities.easy_logging import setup_logging
from hdx.utilities.path import (
Expand Down

0 comments on commit 65589b4

Please sign in to comment.