Format Python code with psf/black push

github-actions 1 year ago
parent a1e87ec14f
commit 4181b2d1a1

@ -8,7 +8,7 @@ app = Flask(__name__)
start_time = datetime.datetime.now()
@app.route('/healthz')
@app.route("/healthz")
def health():
# Find the difference between the current time and start_time in seconds
uptime = (datetime.datetime.now() - start_time).total_seconds()

Loading…
Cancel
Save