From d4dff7a2caa07e2a3510cbfbe11ab7a02678ca46 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 19 Oct 2024 14:28:05 -0500 Subject: fix pylint issues --- .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 f1c6558..c1aeff6 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 pandas + pip install pylint pandas dash plotly.express - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py') -- cgit v1.2.3-70-g09d2