Skip to content

Commit d802fc3

Browse files
mbolivar-nordicnashif
authored andcommitted
scripts: twister: sort expr_parser.py imports
Just tidying up. Signed-off-by: Martí Bolívar <[email protected]>
1 parent 0fbf31a commit d802fc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/pylib/twister/expr_parser.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# SPDX-License-Identifier: Apache-2.0
66

7-
import sys
8-
import os
97
import copy
10-
import threading
8+
import os
119
import re
10+
import sys
11+
import threading
1212

1313
try:
1414
import ply.lex as lex

0 commit comments

Comments
 (0)