Skip to content

Commit 431fa36

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oca_github_bot/tasks/merge_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from ..utils import hide_secrets
2828
from ..version_branch import make_merge_bot_branch, parse_merge_bot_branch
2929
from .main_branch_bot import main_branch_bot_actions
30-
from .migration_issue_bot import _find_issue, _check_line_issue
30+
from .migration_issue_bot import _check_line_issue, _find_issue
3131

3232
_logger = getLogger(__name__)
3333

0 commit comments

Comments
 (0)