Skip to content

Commit

Permalink
v3x/glue - fix httpx_auth >= 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
commonism committed Oct 31, 2024
1 parent 2b4e7ba commit 72f17c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiopenapi3/v30/glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

try:
import httpx_auth
from httpx_auth.authentication import SupportMultiAuth
from httpx_auth import SupportMultiAuth
import inspect
except ImportError:
httpx_auth = None
Expand Down

0 comments on commit 72f17c5

Please sign in to comment.