Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ldotlopez committed Oct 21, 2022
1 parent 697c244 commit 79f8305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ attrs = "==21.2.0"
[dev-packages]
ipdb = "*"
ipython = "*"
build = "*"
twine = "*"

[requires]
python_version = "3"
2 changes: 1 addition & 1 deletion ideenergy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import functools
import json
import logging
from datetime import datetime, timedelta, date
from datetime import datetime, timedelta
from typing import Any, Dict, List, Optional, Union

import aiohttp
Expand Down

0 comments on commit 79f8305

Please sign in to comment.