mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
use isort to sort imports according to PEP8 for mqtt (#29649)
This commit is contained in:
committed by
Fabian Affolter
parent
d2c1e5d45c
commit
ce5072fc91
@@ -1,7 +1,6 @@
|
||||
"""The tests for the MQTT discovery."""
|
||||
from pathlib import Path
|
||||
import re
|
||||
|
||||
from unittest.mock import patch
|
||||
|
||||
from homeassistant.components import mqtt
|
||||
|
||||
Reference in New Issue
Block a user