cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

b11358529b7f74390f03435b669806e8d3411b55

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2024-12-27T16:24:27Z

pylint: fix imports
 .github/workflows/pylint.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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')