Sort imports according to PEP8 for zwave (#29658)

This commit is contained in:
Bas Nijholt 2019-12-09 12:29:12 +01:00 committed by Franck Nijhof
parent 41cd678f00
commit 16a7408f23
24 changed files with 114 additions and 105 deletions

View file

@ -1,5 +1,5 @@
"""Fixtures for Z-Wave tests."""
from unittest.mock import patch, MagicMock
from unittest.mock import MagicMock, patch
import pytest