Skip to content

Commit

Permalink
🐛 fix import fallback in utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Oct 13, 2024
1 parent a303d7b commit 7f007a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/niquests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
)
from urllib3_future import ConnectionInfo # type: ignore[assignment]
from urllib3_future.contrib.webextensions import load_extension, ExtensionFromHTTP # type: ignore[assignment]
from urllib3.contrib.webextensions._async import AsyncExtensionFromHTTP # type: ignore[assignment]
from urllib3_future.contrib.webextensions._async import AsyncExtensionFromHTTP # type: ignore[assignment]

from .__version__ import __version__
from .exceptions import InvalidURL, UnrewindableBodyError, MissingSchema
Expand Down

0 comments on commit 7f007a8

Please sign in to comment.