Skip to content

Commit c9d693c

Browse files
author
Joel Collins
committed
Added alias to Flask Response class
1 parent a2302fe commit c9d693c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/labthings/server/responses.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from flask import send_file, abort, make_response
1+
from flask import Response, send_file, abort, make_response
22

33

4-
__all__ = ["send_file", "abort", "make_response"]
4+
__all__ = ["Response", "send_file", "abort", "make_response"]

0 commit comments

Comments
 (0)