Skip to content

Commit 7555725

Browse files
committed
Ruff too
1 parent 69016ef commit 7555725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_recipe_v1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
from pathlib import Path
22

3-
from flaky import flaky
43
import pytest
4+
from flaky import flaky
55
from test_migrators import run_test_migration
66

77
from conda_forge_tick.migrators import (
88
CombineV1ConditionsMigrator,
99
Version,
1010
)
1111
from conda_forge_tick.migrators.recipe_v1 import (
12-
is_single_expression,
1312
is_negated_condition,
13+
is_single_expression,
1414
)
1515

1616
YAML_PATH = Path(__file__).parent / "test_v1_yaml"

0 commit comments

Comments
 (0)