aviemzur commented on a change in pull request #73:
URL: https://github.com/apache/incubator-liminal/pull/73#discussion_r805332845
##########
File path: liminal/build/image/python_server/liminal_python_server.py
##########
@@ -17,7 +17,7 @@
# under the License.
import yaml
-from flask import Blueprint, Flask, request
+from flask import Flask, request, Blueprint
Review comment:
```suggestion
from flask import Blueprint, Flask, request
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]