mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
rearranged imports in core.py
This commit is contained in:
+2
-2
@@ -19,11 +19,11 @@ __license__ = 'ISC'
|
||||
__copyright__ = 'Copyright 2011 Kenneth Reitz'
|
||||
|
||||
|
||||
from models import HTTPError, Request, Response
|
||||
from api import *
|
||||
from config import settings
|
||||
from exceptions import *
|
||||
from models import HTTPError, Request, Response
|
||||
from sessions import session
|
||||
from status_codes import codes
|
||||
from config import settings
|
||||
|
||||
import utils
|
||||
|
||||
Reference in New Issue
Block a user