mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +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,5 +1,5 @@
|
||||
"""Modesl used by multiple MQTT modules."""
|
||||
from typing import Union, Callable
|
||||
from typing import Callable, Union
|
||||
|
||||
import attr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user