Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 3, 2023
1 parent b7df661 commit b566fe7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions trio/_tests/type_tests/check_wraps.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# https://github.com/python-trio/trio/issues/2775#issuecomment-1702267589
# (except platform independent...)
import typing_extensions

import trio
import typing_extensions


async def fn(s: trio.SocketStream) -> None:
Expand Down

0 comments on commit b566fe7

Please sign in to comment.