Skip to content

Commit a9a0447

Browse files
committed
remove unused argument
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent dcb1e89 commit a9a0447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3838
- name: Test with tox
3939
run: |
40-
tox -e
40+
tox

0 commit comments

Comments
 (0)