Fix parameter missing in method overload

This commit is contained in:
2020-06-06 18:18:03 +02:00
parent cb10aea36e
commit 37577849db
3 changed files with 9 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ notifications:
# command to run tests
script:
- black --check --diff stree
- flake8 --count --exclude __init__.py stree
- flake8 --count stree
- coverage run -m unittest -v stree.tests
after_success:
- codecov