Skip to content

Commit

Permalink
Merge branch '0.10-c11-compat' of https://github.com/peternewman/ola
Browse files Browse the repository at this point in the history
…into 0.10-c11-compat
  • Loading branch information
peternewman committed Dec 6, 2022
2 parents d870219 + eab7a44 commit 80e1aeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions tools/rdm/ExpectedResultsTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@
import unittest
from collections import namedtuple

from ola.OlaClient import OlaClient

# Keep this import relative to simplify the testing
from ExpectedResults import (BroadcastResult, DUBResult, InvalidResponse,
SuccessfulResult, TimeoutResult,
UnsupportedResult)
from ola.OlaClient import OlaClient

"""Test cases for ExpectedResults classes."""

Expand Down
1 change: 0 additions & 1 deletion tools/rdm/TestStateTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import unittest

from ola.TestUtils import allHashNotEqual, allNotEqual

# Keep this import relative to simplify the testing
from TestState import TestState

Expand Down

0 comments on commit 80e1aeb

Please sign in to comment.