From b99602c7085610f97bf6dbd3cfc382ec9513200d Mon Sep 17 00:00:00 2001 From: GabSal123 Date: Sun, 3 Mar 2024 23:11:57 +0200 Subject: [PATCH] fix: pylint errors --- data_collection/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_collection/tools.py b/data_collection/tools.py index 851e9c2..d292c80 100644 --- a/data_collection/tools.py +++ b/data_collection/tools.py @@ -1,11 +1,11 @@ """Module providing a functionality to collect data from various sources.""" import os +import logging import requests from requests.exceptions import RequestException import pandas as pd from pandas import DataFrame -import logging # EXCEPTIONS