Skip to content

Commit

Permalink
jsonstreams: remove bad type hints
Browse files Browse the repository at this point in the history
They're broken, so just get rid of them
  • Loading branch information
dcbaker committed May 14, 2024
1 parent 4f24d29 commit e9ec503
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 98 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
- name: Lint with pylint
run: |
pylint jsonstreams --rcfile=pylintrc --reports=n
- name: Lint with mypy
run: |
mypy -p jsonstreams
mypy -p tests
- name: Lint with pycodestyle
run: |
pycodestyle jsonstreams
Expand Down
94 changes: 0 additions & 94 deletions jsonstreams/__init__.pyi

This file was deleted.

0 comments on commit e9ec503

Please sign in to comment.