removed black check

This commit is contained in:
Klemek
2021-04-09 00:46:36 +02:00
parent ee71314c41
commit 6cacb832bf
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 black
python -m pip install flake8
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names