Skip to content

Commit

Permalink
missing domain import for schema
Browse files Browse the repository at this point in the history
  • Loading branch information
callumeveratt committed Feb 6, 2023
1 parent 5e31420 commit dc8cfe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/gkeep/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
SERVICE_LIST_NAME,
SERVICE_LIST_ITEM,
DEFAULT_LIST_NAME,
SERVICE_LIST_EMAIL
SERVICE_LIST_EMAIL,
DOMAIN
)

import voluptuous as vol
Expand Down

0 comments on commit dc8cfe0

Please sign in to comment.