Skip to content

Commit a5a8207

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 20c117d commit a5a8207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_auto_tick.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from unittest.mock import ANY, MagicMock, create_autospec
77

88
import pytest
9+
from conftest import FakeLazyJson
910

1011
from conda_forge_tick.auto_tick import _prepare_feedstock_repository, run_with_tmpdir
1112
from conda_forge_tick.contexts import ClonedFeedstockContext, FeedstockContext
@@ -14,7 +15,6 @@
1415
GitPlatformBackend,
1516
RepositoryNotFoundError,
1617
)
17-
from conftest import FakeLazyJson
1818

1919
demo_attrs = {"conda-forge.yml": {"provider": {"default_branch": "main"}}}
2020

0 commit comments

Comments
 (0)