File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 31
31
from conda_forge_tick .feedstock_parser import BOOTSTRAP_MAPPINGS
32
32
from conda_forge_tick .git_utils import (
33
33
DryRunBackend ,
34
+ DuplicatePullRequestError ,
34
35
GitCli ,
35
36
GitCliError ,
36
37
GitPlatformBackend ,
37
38
RepositoryNotFoundError ,
38
39
github_backend ,
39
- is_github_api_limit_reached , DuplicatePullRequestError ,
40
+ is_github_api_limit_reached ,
40
41
)
41
42
from conda_forge_tick .lazy_json_backends import (
42
43
LazyJson ,
50
51
PR_LIMIT ,
51
52
load_migrators ,
52
53
)
53
- from conda_forge_tick .migrators import Migrator , Version , MigrationYaml
54
+ from conda_forge_tick .migrators import MigrationYaml , Migrator , Version
54
55
from conda_forge_tick .migrators .version import VersionMigrationError
55
56
from conda_forge_tick .os_utils import eval_cmd
56
57
from conda_forge_tick .rerender_feedstock import rerender_feedstock
67
68
load_existing_graph ,
68
69
sanitize_string ,
69
70
)
70
- from .migration_runner import run_migration
71
71
72
+ from .migration_runner import run_migration
72
73
from .migrators_types import MigrationUidTypedDict
73
74
from .models .pr_json import PullRequestData , PullRequestInfoSpecial , PullRequestState
74
75
You can’t perform that action at this time.
0 commit comments