浏览代码

[DATALAD] Recorded changes

Daniel Busch 5 月之前
父节点
当前提交
4d986ff6d0
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/faostat_data_primap/download.py

+ 1 - 2
src/faostat_data_primap/download.py

@@ -8,11 +8,10 @@ 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 src.faostat_data_primap.exceptions import DateTagNotFoundError
-
 
 def get_html_content(url: str) -> bs4.BeautifulSoup:
     """