Skip to content

Commit

Permalink
Remove unnecessary Hug import
Browse files Browse the repository at this point in the history
Left over from #460.
  • Loading branch information
adamchainz committed Feb 5, 2020
1 parent 8d4a8d5 commit 00b724a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/scout_apm/falcon.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
track_request_queue_time,
)

try:
from hug.interface import HTTP as HugHTTP
except ImportError:
HugHTTP = None

logger = logging.getLogger(__name__)

# Falcon Middleware docs:
Expand Down

0 comments on commit 00b724a

Please sign in to comment.