relative module import fix take 2

This commit is contained in:
philip306
2020-07-30 09:56:28 -04:00
committed by GitHub
parent 6ebcb43aba
commit 8c9756e11c

View File

@@ -33,4 +33,5 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
cd app
python -m pytest