Skip to content

Commit 16c8b67

Browse files
committed
Fix the lovely formatting complaint
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent 4c3dd80 commit 16c8b67

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • platforms/aidoc/restful_app

platforms/aidoc/restful_app/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@
2323
from flask import Flask, jsonify, request
2424
from flask_wtf.csrf import CSRFProtect
2525

26+
2627
# Processing status enum per Aidoc API specification.
2728
class ProcessingStatus(str, Enum):
2829
INITIALIZING = "INITIALIZING"
2930
IDLE = "IDLE"
3031
PROCESSING = "PROCESSING"
3132
ERROR = "ERROR"
3233

34+
3335
# The MONAI Deploy application to be wrapped.
3436
# This can be changed to any other application in the repository.
3537
# Provide the module path and the class name of the application.

0 commit comments

Comments
 (0)