Skip to content
Snippets Groups Projects
Commit 7283bbd0 authored by Lloyd Carothers's avatar Lloyd Carothers
Browse files

Move import requests below stdlib.

parent 20256bb1
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ from future.builtins import * # NOQA
import codecs
import io
import os
import requests
import sys
if sys.version_info.major == 2:
......@@ -25,6 +24,8 @@ if sys.version_info.major == 2:
else:
import configparser
import requests
from obspy.core.inventory.response import Response
from obspy.core.inventory.util import _textwrap
from obspy.io.xseed import Parser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment