We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40deef commit 5708fe9Copy full SHA for 5708fe9
requests/core.py
@@ -19,5 +19,6 @@
19
__copyright__ = 'Copyright 2011 Kenneth Reitz'
20
21
22
-from .models import HTTPError, auth_manager
23
-from .api import *
+
+from models import HTTPError, auth_manager
24
+from api import *
0 commit comments