diff options
| author | Christian Cleberg <[email protected]> | 2024-12-27 10:24:27 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-12-27 10:24:27 -0600 |
| commit | b11358529b7f74390f03435b669806e8d3411b55 (patch) | |
| tree | fdbf6517b47a4814d90013cfaf4c30754fb44f96 | |
| parent | 79b22c8cf1d6e91608d39aa1f9ba78655ee0c07b (diff) | |
| download | cleberg.net-b11358529b7f74390f03435b669806e8d3411b55.tar.gz cleberg.net-b11358529b7f74390f03435b669806e8d3411b55.tar.bz2 cleberg.net-b11358529b7f74390f03435b669806e8d3411b55.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') |
