Skip to content

Commit

Permalink
Fix _download_sources import in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrandje committed Sep 29, 2023
1 parent 0413f98 commit 38b15ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from cartiflette.download.dataset import Dataset
from cartiflette.download.scraper import MasterScraper

from cartiflette.download import _download_sources
from cartiflette.download.download import _download_sources
from cartiflette.utils import import_yaml_config
from tests.conftest import (
DUMMY_FILE_1,
Expand Down

0 comments on commit 38b15ef

Please sign in to comment.