Skip to content

Commit 80e1aeb

Browse files
committed
Merge branch '0.10-c11-compat' of https://github.com/peternewman/ola into 0.10-c11-compat
2 parents d870219 + eab7a44 commit 80e1aeb

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)