Don't run isort on windows - once is enough

pull/3815/head
Matthias 6 years ago
parent ce228f19dc
commit ace2879265

@ -160,10 +160,6 @@ jobs:
run: |
flake8
- name: Sort imports (isort)
run: |
isort --check .
- name: Mypy
run: |
mypy freqtrade scripts

Loading…
Cancel
Save