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:
committed by
GitHub
parent
f57640c2cd
commit
8a35261fd8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user