1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Remove unused noqas (#135583)

This commit is contained in:
Joost Lekkerkerker
2025-01-15 10:02:18 +01:00
committed by GitHub
parent f57640c2cd
commit 8a35261fd8
43 changed files with 58 additions and 62 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from contextlib import contextmanager
import sys
# Patch recorder util session scope
from homeassistant.helpers import recorder as recorder_helper # noqa: E402
from homeassistant.helpers import recorder as recorder_helper
# Make sure homeassistant.components.recorder.util is not already imported
assert "homeassistant.components.recorder.util" not in sys.modules