Skip to content

Commit 5dfd44b

Browse files
MrButtCodecanihavesomecoffee
authored andcommitted
style: remove trailing whitespace to resolve pycodestyle CI failure
1 parent f8a9349 commit 5dfd44b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mod_health/controllers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def liveness_check() -> Tuple[Any, int]:
9999
"""
100100
return jsonify({
101101
'status': 'alive',
102-
'timestamp': datetime.now(timezone.utc).replace(tzinfo=None).isoformat() + 'Z'
102+
'timestamp': datetime.now(timezone.utc).replace(tzinfo=None).isoformat() + 'Z'
103103
}), 200
104104

105105

0 commit comments

Comments
 (0)