Skip to content

Commit

Permalink
Remove unused dep typed-ast
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlocke committed Aug 28, 2024
1 parent b1ac4e7 commit 0b515eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Run MyPy
if: matrix.python-version != 'pypy-3.7'
run: |
pip install enum34 mypy typed-ast types-six
pip install enum34 mypy types-six
./mypy-run.sh
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ commands =
deps =
enum34
mypy
typed-ast

usedevelop = true

Expand Down

0 comments on commit 0b515eb

Please sign in to comment.