Skip to content

Commit 4f0668c

Browse files
pre-commit-ci[bot]legalsylvain
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8d024f4 commit 4f0668c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oca_github_bot/tasks/migration_issue_bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def _check_line_issue(gh_pr_number, issue_body):
3434
regex = r"\#%s\b" % gh_pr_number
3535
for line in issue_body.split("\n"):
3636
if re.findall(regex, line):
37-
checked_line = line.replace('[ ]', '[x]', 1)
37+
checked_line = line.replace("[ ]", "[x]", 1)
3838
lines.append(checked_line)
3939
continue
4040
lines.append(line)

0 commit comments

Comments
 (0)