isort and black on the tests

This commit is contained in:
Bas Nijholt
2019-11-11 20:31:56 +01:00
parent 55d898b547
commit 9907c6416b
4 changed files with 30 additions and 24 deletions

View File

@@ -1,6 +1,7 @@
from unittest import TestCase
from ..protocol import TPLinkSmartHomeProtocol
import json
from unittest import TestCase
from ..protocol import TPLinkSmartHomeProtocol
class TestTPLinkSmartHomeProtocol(TestCase):