Skip to content

Commit

Permalink
chore: run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed May 8, 2022
1 parent fd3dfd6 commit a438969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions API/v1/VIF/plug.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ async def vif_plug(cluster_id: str, vif_uuid: str):
except RemoteDisconnected as rd_error:
raise HTTPException(status_code=500, detail=rd_error.strerror)


@router.delete("/{cluster_id}/vbd/{vbd_uuid}/plug")
@router.get("/{cluster_id}/vbd/{vbd_uuid}/unplug")
@router.post("/{cluster_id}/vbd/{vbd_uuid}/unplug")
Expand Down

0 comments on commit a438969

Please sign in to comment.