mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
Whitespace
This commit is contained in:
+1
-1
@@ -21,6 +21,7 @@ from flask import Flask, Response
|
||||
app = Flask(__name__)
|
||||
|
||||
|
||||
|
||||
@decorator
|
||||
def x_runtime(f, *args, **kwargs):
|
||||
"""X-Runtime Flask Response Decorator."""
|
||||
@@ -32,7 +33,6 @@ def x_runtime(f, *args, **kwargs):
|
||||
|
||||
return r
|
||||
|
||||
|
||||
@decorator
|
||||
def json(f, *args, **kwargs):
|
||||
"""JSON Flask Response Decorator."""
|
||||
|
||||
Reference in New Issue
Block a user