removed dotenv from pylint

This commit is contained in:
SeaswimmerTheFsh 2023-06-19 17:02:35 -04:00
parent 44cc8c7809
commit 1044a1719e

View file

@ -19,7 +19,6 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install pylint pip install pylint
pip install revolt.py pip install revolt.py
pip install dotenv
- name: Analysing the code with pylint - name: Analysing the code with pylint
run: | run: |
pylint $(git ls-files '*.py') pylint $(git ls-files '*.py')