Skip to content

Commit 485aa47

Browse files
committed
Fix isort error
1 parent 1b1c200 commit 485aa47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Test Plugwise Home Assistant module and generate test JSON fixtures."""
22

33
import asyncio
4+
import importlib
45

56
# Fixture writing
67
import logging
@@ -13,7 +14,6 @@
1314

1415
# Testing
1516
import aiohttp
16-
import importlib
1717
import jsonpickle as json
1818
import pytest
1919

0 commit comments

Comments
 (0)