Skip to content

Commit

Permalink
Rm unnecessary type: ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
layday committed Nov 14, 2024
1 parent f3f6b46 commit 43afaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/http/_mock_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async def _resolve_host(
{
'hostname': host,
'host': '127.0.0.1',
'port': self.port, # pyright: ignore[reportUnknownMemberType]
'port': self.port,
'family': _self._family,
'proto': 0,
'flags': 0,
Expand Down

0 comments on commit 43afaf7

Please sign in to comment.