Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 94df332

Browse files
committed
2021 refresh - linting fixes
1 parent b759a0f commit 94df332

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/apis.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
olddata["net_sent"] = 0
99
olddata["net_recv"] = 0
1010

11+
1112
#
1213
# This route returns real time process information as a REST API
1314
#
@@ -31,6 +32,7 @@ def api_process():
3132

3233
return jsonify(apidata)
3334

35+
3436
#
3537
# This route returns real time system metrics as a REST API
3638
#

0 commit comments

Comments
 (0)