Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoaoff committed Aug 12, 2021
1 parent bf3e18e commit e094552
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,7 @@ def delete_circuit(self, circuit_id):

@rest('/v2/evc/<circuit_id>/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]
Expand Down

0 comments on commit e094552

Please sign in to comment.