Skip to content

Commit

Permalink
Added alias to Flask Response class
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Jun 29, 2020
1 parent a2302fe commit c9d693c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/labthings/server/responses.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from flask import send_file, abort, make_response
from flask import Response, send_file, abort, make_response


__all__ = ["send_file", "abort", "make_response"]
__all__ = ["Response", "send_file", "abort", "make_response"]

0 comments on commit c9d693c

Please sign in to comment.