endpoints.v2: yapf format

This commit is contained in:
Jimmy Zelinskie 2017-06-29 13:24:00 -04:00
parent ecd5996386
commit 92e978fa0f
6 changed files with 56 additions and 70 deletions

View file

@ -4,7 +4,6 @@ from app import metric_queue, license_validator
from endpoints.decorators import anon_protect, anon_allowed
from util.metrics.metricqueue import time_blueprint
v1_bp = Blueprint('v1', __name__)
license_validator.enforce_license_before_request(v1_bp)
time_blueprint(v1_bp, metric_queue)
@ -31,5 +30,4 @@ def ping():
from endpoints.v1 import (
index,
registry,
tag,
)
tag,)