Skip to content

Commit 69e3433

Browse files
committed
fix: lint
1 parent 67c1e20 commit 69e3433

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

backend/analytics_server/mhq/api/health.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
app = Blueprint("health", __name__)
44

5-
65
@app.route("/health", methods=["GET"])
76
def health_check():
8-
97
return {"status": "healthy"}

backend/analytics_server/mhq/api/hello.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
app = Blueprint("hello", __name__)
44

5-
65
@app.route("/", methods=["GET"])
76
def hello_world():
8-
97
return {"message": "hello world"}

0 commit comments

Comments
 (0)