Skip to content

Commit fd9b0a9

Browse files
change comment (last push)
1 parent 25e7979 commit fd9b0a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: black --check . --line-length 101
2323
- name: Run isort check
2424
run: isort . --check-only
25-
- name: If needed, commit black changes to the pull request
25+
- name: If needed, commit changes to the pull request
2626
if: failure()
2727
run: |
2828
black . --line-length 101

0 commit comments

Comments
 (0)