Skip to content

Commit

Permalink
Drop trio-typing package (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Jan 5, 2022
1 parent 5bcea8b commit 3b11c48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

# Optionals
trio==0.19.0
trio-typing==0.5.1
curio==1.4; python_version < '3.7'
curio==1.5; python_version >= '3.7'

Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ exclude = httpcore/_sync,tests/_sync
[mypy]
disallow_untyped_defs = True
ignore_missing_imports = True
plugins = trio_typing.plugin

[mypy-tests.*]
disallow_untyped_defs = False
Expand Down

0 comments on commit 3b11c48

Please sign in to comment.