Fix CI error

Remove non-existing directory reference
This commit is contained in:
mmayank 2019-10-15 13:46:28 +05:30
parent b460f1784c
commit e6bea25f17

View file

@ -115,4 +115,4 @@ jobs:
- name: Static type checking with mypy
run: |
mypy --pretty theHarvester/discovery/*.py
mypy --pretty test/*.py
mypy --pretty tests/*.py