Browse Source

[DATALAD] Recorded changes

Daniel Busch 5 months ago
parent
commit
297f1911b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/download_all_domains.py

+ 1 - 1
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 (
     download_file,
     get_html_content,
     get_last_updated_date,
     unzip_file,
 )
-from src.faostat_data_primap.helper.definitions import downloaded_data_path, sources
 
 
 def download_all_domains(sources: list[tuple[str]]) -> list[str]: