Skip to content

Commit

Permalink
imports cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
megies committed May 8, 2017
1 parent 40ed664 commit 7257edf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions obspy/clients/fdsn/routers/tests/test_federatedclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
GNU Lesser General Public License, Version 3
(https://www.gnu.org/copyleft/lesser.html)
"""

from __future__ import (absolute_import, division, print_function,
unicode_literals)
from future.builtins import * # NOQA

import io
import os
import sys
import unittest
from future.builtins import * # NOQA


from obspy import UTCDateTime, read
# from obspy.core.compatibility import mock
Expand Down

0 comments on commit 7257edf

Please sign in to comment.