diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-12-27 10:24:27 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-12-27 10:24:27 -0600 |
commit | f4558d6b258c8466b263b00c99f8dd0c385a6094 (patch) | |
tree | fdbf6517b47a4814d90013cfaf4c30754fb44f96 | |
parent | 252d6da7e3f8442842d32f48b4b1ac279872a9dd (diff) | |
download | cleberg.net-f4558d6b258c8466b263b00c99f8dd0c385a6094.tar.gz cleberg.net-f4558d6b258c8466b263b00c99f8dd0c385a6094.tar.bz2 cleberg.net-f4558d6b258c8466b263b00c99f8dd0c385a6094.zip |
pylint: fix imports
-rw-r--r-- | .github/workflows/pylint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 199d473..32d3790 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint locale pandas plotly + pip install pylint pandas plotly - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py') |