Skip to content

Commit 624cd1f

Browse files
committed
reorg imports
1 parent dbe2999 commit 624cd1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

irods/test/rule_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import unittest
1212
from io import open as io_open
1313

14-
from irods.test import helpers
1514
from irods.column import Like
1615
from irods.exception import (
1716
FAIL_ACTION_ENCOUNTERED_ERR,
@@ -20,6 +19,7 @@
2019
)
2120
from irods.models import DataObject, RuleExec
2221
from irods.rule import Rule
22+
from irods.test import helpers
2323

2424
RE_Plugins_installed_run_condition_args = (
2525
os.environ.get("PYTHON_RULE_ENGINE_INSTALLED", "*").lower()[:1] == "y",

0 commit comments

Comments
 (0)