import change to help isort pass

This commit is contained in:
Blake Harnden 2020-03-30 10:36:39 -07:00
parent 52ff5ce62b
commit 16cc73c070
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ jobs:
cp setup.py.in setup.py
cp core/constants.py.in core/constants.py
sed -i 's/True/False/g' core/constants.py
pipenv -v sync --dev
pipenv sync --dev
- name: isort
run: |
cd daemon