Use shared httpx client in gogogate2 (#45575)

This commit is contained in:
J. Nick Koston 2021-05-05 23:47:44 -05:00 committed by GitHub
parent 7dec23d58b
commit af832e5434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 28 additions and 26 deletions

View file

@ -2,8 +2,8 @@
from datetime import timedelta
from unittest.mock import MagicMock, patch
from gogogate2_api import GogoGate2Api, ISmartGateApi
from gogogate2_api.common import (
from ismartgate import GogoGate2Api, ISmartGateApi
from ismartgate.common import (
DoorMode,
DoorStatus,
GogoGate2ActivateResponse,