Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
remove unused refs
Browse files Browse the repository at this point in the history
  • Loading branch information
pantherale0 committed Jan 2, 2025
1 parent 356a3d5 commit 1c692af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions custom_components/google_drive/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

from logging import Logger, getLogger

from aiogoogle.client import Aiogoogle
from homeassistant.util.hass_dict import HassKey

LOGGER: Logger = getLogger(__package__)

Expand All @@ -13,5 +11,3 @@
"https://www.googleapis.com/auth/drive.appdata",
"https://www.googleapis.com/auth/drive.appfolder",
]

DATA_DRIVE: HassKey[Aiogoogle] = HassKey(DOMAIN)

0 comments on commit 1c692af

Please sign in to comment.