From 68d563c630a69fec4cf0c5a50136f68049d20c62 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Thu, 31 Mar 2022 22:46:48 -0700 Subject: [PATCH] Remove calendar mypy ignores, now that calendar has full typing (#69051) --- homeassistant/components/calendar/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/calendar/__init__.py b/homeassistant/components/calendar/__init__.py index 4449084373b..d58903e8b0c 100644 --- a/homeassistant/components/calendar/__init__.py +++ b/homeassistant/components/calendar/__init__.py @@ -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"