From f4558d6b258c8466b263b00c99f8dd0c385a6094 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 27 Dec 2024 10:24:27 -0600 Subject: pylint: fix imports --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/pylint.yml') 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') -- cgit v1.2.3-70-g09d2