Skip to content

Commit

Permalink
added import time
Browse files Browse the repository at this point in the history
  • Loading branch information
rine77 committed Nov 27, 2024
1 parent db7fbbd commit b406548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/homeassistantedupage/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import logging
import voluptuous as vol
import time
from edupage_api import Edupage
from edupage_api.exceptions import BadCredentialsException, SecondFactorFailedException
from homeassistant import config_entries
Expand Down

0 comments on commit b406548

Please sign in to comment.