Skip to content

Commit 2b9df9b

Browse files
committed
remove unused imports
1 parent 1d9cf70 commit 2b9df9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openevsehttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import datetime
55
import logging
6-
from typing import Optional, Dict, Any
6+
from typing import Optional
77

88
import requests # type: ignore
99

0 commit comments

Comments
 (0)