Skip to content

Commit

Permalink
run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ytausch committed Nov 18, 2024
1 parent df8d253 commit e645003
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conda_forge_tick/auto_tick.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@
from conda_forge_tick.feedstock_parser import BOOTSTRAP_MAPPINGS
from conda_forge_tick.git_utils import (
DryRunBackend,
DuplicatePullRequestError,
GitCli,
GitCliError,
GitPlatformBackend,
RepositoryNotFoundError,
github_backend,
is_github_api_limit_reached, DuplicatePullRequestError,
is_github_api_limit_reached,
)
from conda_forge_tick.lazy_json_backends import (
LazyJson,
Expand All @@ -50,7 +51,7 @@
PR_LIMIT,
load_migrators,
)
from conda_forge_tick.migrators import Migrator, Version, MigrationYaml
from conda_forge_tick.migrators import MigrationYaml, Migrator, Version
from conda_forge_tick.migrators.version import VersionMigrationError
from conda_forge_tick.os_utils import eval_cmd
from conda_forge_tick.rerender_feedstock import rerender_feedstock
Expand All @@ -67,8 +68,8 @@
load_existing_graph,
sanitize_string,
)
from .migration_runner import run_migration

from .migration_runner import run_migration
from .migrators_types import MigrationUidTypedDict
from .models.pr_json import PullRequestData, PullRequestInfoSpecial, PullRequestState

Expand Down

0 comments on commit e645003

Please sign in to comment.