Skip to content

Commit

Permalink
Update withings2influxdb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dbsqp authored Jul 29, 2023
1 parent 2fa7f61 commit 5c9789c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions withings2influxdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
from typing_extensions import Final
from oauthlib.oauth2.rfc6749.errors import MissingTokenError

from withings_api.withings_api import WithingsAuth, WithingsApi, AuthScope
from withings_api.withings_api.common import CredentialsType, get_measure_value, MeasureType, GetSleepField, GetSleepSummaryField, MeasureGetMeasGroupCategory
from withings_api import WithingsAuth, WithingsApi, AuthScope
from withings_api.common import CredentialsType, get_measure_value, MeasureType, GetSleepField, GetSleepSummaryField, MeasureGetMeasGroupCategory
import requests
from requests.packages.urllib3.exceptions import InsecureRequestWarning

Expand Down

0 comments on commit 5c9789c

Please sign in to comment.