We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2302fe commit c9d693cCopy full SHA for c9d693c
src/labthings/server/responses.py
@@ -1,4 +1,4 @@
1
-from flask import send_file, abort, make_response
+from flask import Response, send_file, abort, make_response
2
3
4
-__all__ = ["send_file", "abort", "make_response"]
+__all__ = ["Response", "send_file", "abort", "make_response"]
0 commit comments