Skip to content

Commit 96727f7

Browse files
committed
removed oauth2 entirely as its are now moved in hilo plugin
1 parent 16959ac commit 96727f7

File tree

2 files changed

+0
-68
lines changed

2 files changed

+0
-68
lines changed

pyhilo/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from pyhilo.devices import Devices
77
from pyhilo.event import Event
88
from pyhilo.exceptions import HiloError, InvalidCredentialsError, WebsocketError
9-
from pyhilo.oauth2 import AuthCodeWithPKCEImplementation
109
from pyhilo.util import from_utc_timestamp, time_diff
1110
from pyhilo.websocket import WebsocketEvent
1211

@@ -18,7 +17,6 @@
1817
"HiloError",
1918
"InvalidCredentialsError",
2019
"WebsocketError",
21-
"AuthCodeWithPKCEImplementation",
2220
"from_utc_timestamp",
2321
"time_diff",
2422
"WebsocketEvent",

pyhilo/oauth2.py

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)