Remove calendar mypy ignores, now that calendar has full typing (#69051)

This commit is contained in:
Allen Porter 2022-03-31 22:46:48 -07:00 committed by GitHub
parent 94a8d75142
commit 68d563c630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,6 @@ from homeassistant.helpers.template import DATE_STR_FORMAT
from homeassistant.helpers.typing import ConfigType
from homeassistant.util import dt
# mypy: allow-untyped-defs, no-check-untyped-defs
_LOGGER = logging.getLogger(__name__)
DOMAIN = "calendar"