Browse Source

[DATALAD] Recorded changes

Daniel Busch 5 months ago
parent
commit
19f619dbfc
1 changed files with 2 additions and 2 deletions
  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]: