Skip to content

Commit 3bcc628

Browse files
committed
NPA-4474 Reformat Python Files
1 parent 8899a8a commit 3bcc628

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sandbox/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := /bin/bash
22
dirname := $(notdir $(patsubst %/,%,$(CURDIR)))
33

44
install: # Installs dependencies using poetry.
5-
poetry install --no-root
5+
poetry install
66

77
list: # List of make targets
88
@grep '^[^#[:space:]].*:' Makefile

sandbox/api/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ def get_consent() -> Union[dict, tuple]:
127127
"""
128128
return get_consent_response()
129129

130+
130131
@app.route(f"/{COMMON_PATH}/Consent", methods=["POST"])
131132
def post_consent() -> Union[dict, tuple]:
132133
"""Sandbox API for POST /Consent

0 commit comments

Comments
 (0)