Skip to content

Commit 0dd1c81

Browse files
authored
Update __init__.py
Resolves the codestyle issues.
1 parent dec9275 commit 0dd1c81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openhtf/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import signal
1717
import typing
1818

19-
from openhtf import plugs
2019
from openhtf.core import phase_executor
2120
from openhtf.core import test_record
2221
import openhtf.core.base_plugs
@@ -29,6 +28,7 @@
2928
import openhtf.core.phase_group
3029
import openhtf.core.phase_nodes
3130
import openhtf.core.test_descriptor
31+
import openhtf.plugs
3232
import openhtf.util
3333
from openhtf.util import configuration
3434
from openhtf.util import console_output
@@ -86,6 +86,7 @@
8686
'conf',
8787
)
8888

89+
plugs = openhtf.plugs
8990
plug = openhtf.plugs.plug
9091
BasePlug = openhtf.core.base_plugs.BasePlug
9192

0 commit comments

Comments
 (0)