Parcourir la source

[DATALAD] Recorded changes

Daniel Busch il y a 5 mois
Parent
commit
19f619dbfc
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      scripts/download_all_domains.py

+ 2 - 2
scripts/download_all_domains.py

@@ -1,12 +1,12 @@
 """Downloads all domain data sets from FAOSTAT website."""
 
-from faostat_data_primap.helper.definitions import downloaded_data_path, sources
-from src.faostat_data_primap.download import (
+from faostat_data_primap.download import (
     download_file,
     get_html_content,
     get_last_updated_date,
     unzip_file,
 )
+from faostat_data_primap.helper.definitions import downloaded_data_path, sources
 
 
 def download_all_domains(sources: list[tuple[str]]) -> list[str]: