Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
ReagentX committed Feb 14, 2021
1 parent a3b643e commit 7cab34a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion purpleair/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

import json
from datetime import date, datetime, timedelta
from datetime import datetime, timedelta
from typing import Optional

import pandas as pd
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
author_email='[email protected]',
url='https://github.com/ReagentX/purple_air_api/',
packages=find_packages(),
install_requires=['requests', 'requests_cache', 'thingspeak', 'geopy', 'pandas'],
install_requires=['requests', 'requests_cache',
'thingspeak', 'geopy', 'pandas'],
python_requires='>=3.6',
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 7cab34a

Please sign in to comment.