Skip to content

Commit 5bd8a27

Browse files
committed
chore(ca_handler): run ruff
1 parent 0a37d8e commit 5bd8a27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mock_ca/ca_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,6 +1704,7 @@ def handle_issuing_by_name(body_name: str) -> Response:
17041704
pki_message = handler.process_normal_request(pki_message)
17051705
return _build_response(pki_message, for_msg=True)
17061706

1707+
17071708
# TODO: Add more endpoints for the general messages.
17081709
def _register_routes(flask_app: Flask) -> None:
17091710
"""Register the CMP endpoints with the Flask app."""

0 commit comments

Comments
 (0)