Skip to content

Commit

Permalink
yarl - changes for 1.9.2
Browse files Browse the repository at this point in the history
workaround for aio-libs/yarl#883
  • Loading branch information
commonism committed Jun 22, 2023
1 parent a4a07dc commit c725ba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aiopenapi3/openapi.py
Expand Up @@ -492,6 +492,7 @@ def url(self):

if self._root.host:
host, _, port = self._root.host.partition(":")
port = None if port == "" else port
else:
host, port = base.host, base.port

Expand Down

0 comments on commit c725ba4

Please sign in to comment.