Browse Source

[DATALAD] Recorded changes

Daniel Busch 5 months ago
parent
commit
77f55d0941
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/faostat_data_primap/download.py

+ 2 - 1
src/faostat_data_primap/download.py

@@ -8,10 +8,11 @@ from datetime import datetime
 import bs4
 import requests
 from bs4 import BeautifulSoup
-from exceptions import DateTagNotFoundError
 from selenium import webdriver
 from selenium.webdriver.chrome.service import Service
 
+from faostat_data_primap.exceptions import DateTagNotFoundError
+
 
 def get_html_content(url: str) -> bs4.BeautifulSoup:
     """