Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Jul 17, 2022
1 parent c6f8e7d commit 0a0aa94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: 3.x
- name: Install dependencies
run: python -m pip install pre-commit pytest hypothesis
run: python -m pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files

Expand Down
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
HAVE_HYPOTHESIS = True
except ImportError:
HAVE_HYPOTHESIS = False
import pytest
import pytest # pylint: disable=import-error

import chardet
from chardet.metadata.languages import LANGUAGES
Expand Down

0 comments on commit 0a0aa94

Please sign in to comment.