Skip to content

Commit 3869738

Browse files
cclausswang0618
authored andcommitted
fixup! One comma too many
1 parent 88a6391 commit 3869738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
- name: Lint with flake8
2929
run: |
3030
pip install flake8
31-
flake8 --ignore=E126,E127,E128,E131,E226,,E402,E731,F401,F403,F405,W291,W292,W293 \
31+
flake8 --ignore=E126,E127,E128,E131,E226,E402,E731,F401,F403,F405,W291,W292,W293 \
3232
--max-complexity=32 --max-line-length=525 --show-source --statistics .

0 commit comments

Comments
 (0)