Skip to content

Commit 966c55f

Browse files
committed
Fix import order
(cherry picked from commit 8dfdaf7)
1 parent b403150 commit 966c55f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/rdm/list_rdm_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
import sys
2525
import textwrap
2626

27-
from ola import PidStore
2827
from ola.RDMConstants import RDM_MAX_PARAM_DATA_LENGTH
2928

29+
from ola import PidStore
30+
3031
__author__ = 'Peter Newman'
3132

3233

0 commit comments

Comments
 (0)