Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 14, 2021
1 parent 5fae343 commit da9c264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async def resolve(
port = int(_port)
else:
host, port = address[:2]
else: # IPv4 or None
else: # IPv4
assert family == socket.AF_INET
host, port = address # type: ignore[misc]
hosts.append(
Expand Down

0 comments on commit da9c264

Please sign in to comment.