Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 3, 2024
1 parent 20c117d commit a5a8207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_auto_tick.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from unittest.mock import ANY, MagicMock, create_autospec

import pytest
from conftest import FakeLazyJson

from conda_forge_tick.auto_tick import _prepare_feedstock_repository, run_with_tmpdir
from conda_forge_tick.contexts import ClonedFeedstockContext, FeedstockContext
Expand All @@ -14,7 +15,6 @@
GitPlatformBackend,
RepositoryNotFoundError,
)
from conftest import FakeLazyJson

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

Expand Down

0 comments on commit a5a8207

Please sign in to comment.