Skip to content

Commit

Permalink
Last reorder of imports, so it works with TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Niechajewicz committed Sep 20, 2016
1 parent c9130ae commit 720cf6d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions devourer/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
"""
import json
from string import Formatter

from six import with_metaclass
import requests
import gevent
from gevent import monkey
monkey.patch_all()

import requests
from six import with_metaclass


__all__ = ['APIMethod', 'GenericAPI', 'APIError', 'PrepareCallArgs']

Expand Down

0 comments on commit 720cf6d

Please sign in to comment.