Skip to content

Commit

Permalink
Reorder an import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry committed May 1, 2020
1 parent ee28c94 commit f99d5e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions biothings/web/handlers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
biothings.web.handlers.ESRequestHandler
"""
import copy
import logging

from elasticsearch.exceptions import ElasticsearchException
Expand Down Expand Up @@ -80,10 +81,7 @@ def data_received(self, chunk):
"""
Implement this method to handle streamed request data.
"""


# this dummy implementation silences the pylint abstract-class error
import copy

class StatusHandler(BaseHandler):
'''
Expand Down

0 comments on commit f99d5e7

Please sign in to comment.