Skip to content

Commit eab7a44

Browse files
committed
Sort the imports as isort likes
1 parent 1ca6d30 commit eab7a44

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

tools/rdm/ExpectedResultsTest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@
1919
import unittest
2020
from collections import namedtuple
2121

22-
from ola.OlaClient import OlaClient
23-
2422
# Keep this import relative to simplify the testing
2523
from ExpectedResults import (BroadcastResult, DUBResult, InvalidResponse,
2624
SuccessfulResult, TimeoutResult,
2725
UnsupportedResult)
26+
from ola.OlaClient import OlaClient
2827

2928
"""Test cases for ExpectedResults classes."""
3029

tools/rdm/TestStateTest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import unittest
2020

2121
from ola.TestUtils import allHashNotEqual, allNotEqual
22-
2322
# Keep this import relative to simplify the testing
2423
from TestState import TestState
2524

0 commit comments

Comments
 (0)