You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing the CLI code doubles the import time for httpx altogether. By
importing lazily at runtime, the additional time only happens when
running the httpx CLI, and not on every "import httpx".
0 commit comments