Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
style: run black
Browse files Browse the repository at this point in the history
  • Loading branch information
ucpr committed Sep 16, 2020
1 parent feb64b0 commit 947562d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infrastructure/waf/fastapi/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def set_router_registration(api: FastAPI) -> None:
"/registration",
registration_controller.delete,
methods=["DELETE"],
tags=["registrations"]
tags=["registrations"],
)


Expand Down

0 comments on commit 947562d

Please sign in to comment.