Skip to content

Commit

Permalink
fix: pylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
GabSal123 committed Mar 3, 2024
1 parent d05f025 commit b99602c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_collection/tools.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b99602c

Please sign in to comment.