Skip to content

Commit 1ad053d

Browse files
authored
test: Reorder decorators
1 parent 9a2635e commit 1ad053d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dag/test_construct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,11 @@ def test_dataframe_to_dag_reverse():
181181
assert_dag_structure_root(dag)
182182
assert_dag_structure_root_attr(dag)
183183

184+
# flake8: noqa: E999
184185
@staticmethod
185186
@pytest.mark.skipif(
186187
sys.version_info < (3, 10), reason="requires python3.10 or higher"
187188
)
188-
# flake8: noqa: E999
189189
def test_dataframe_to_dag_zero_attribute():
190190
from bigtree.utils.iterators import dag_iterator
191191

0 commit comments

Comments
 (0)