sort imports according to PEP8 for hassio (#29634)

This commit is contained in:
Bas Nijholt 2019-12-08 16:33:22 +01:00 committed by Franck Nijhof
parent b0d0060643
commit 00dc721609
11 changed files with 20 additions and 20 deletions

View file

@ -1,5 +1,5 @@
"""Test add-on panel."""
from unittest.mock import patch, Mock
from unittest.mock import Mock, patch
import pytest