Skip to content

Commit a624bdf

Browse files
Bastian-KrauseEmantor
authored andcommitted
linux: standard imports first, then third-party imports
Signed-off-by: Bastian Krause <[email protected]>
1 parent 88c708f commit a624bdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

labgridhelper/linux.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
from labgrid.protocol import CommandProtocol
2-
from labgrid.driver import ExecutionError
3-
41
import json
52
import re
63

4+
from labgrid.protocol import CommandProtocol
5+
from labgrid.driver import ExecutionError
6+
77
def get_systemd_version(command):
88
"""Returns systemd version retrieved by parsing output of `systemd --version`
99

0 commit comments

Comments
 (0)