diff --git a/main.py b/main.py index d5cbba47..3390a864 100644 --- a/main.py +++ b/main.py @@ -273,8 +273,7 @@ def delete_circuit(self, circuit_id): @rest('/v2/evc//redeploy', methods=['PATCH']) def redeploy(self, circuit_id): - """Endpoint to force the redeployment of an EVC - """ + """Endpoint to force the redeployment of an EVC.""" log.debug('redeploy /v2/evc/%s/redeploy', circuit_id) try: evc = self.circuits[circuit_id]