removed dotenv from pylint
This commit is contained in:
parent
44cc8c7809
commit
1044a1719e
1 changed files with 0 additions and 1 deletions
1
.github/workflows/pylint.yml
vendored
1
.github/workflows/pylint.yml
vendored
|
@ -19,7 +19,6 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install pylint
|
||||
pip install revolt.py
|
||||
pip install dotenv
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
pylint $(git ls-files '*.py')
|
||||
|
|
Loading…
Reference in a new issue