Skip to content

Commit 2b414fb

Browse files
committed
more fixing of pylint errors
1 parent e585d92 commit 2b414fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/wellknown/views/openid.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"permission-offline",
1919
"permission-patient",
2020
"permission-v1"
21-
]
21+
]
2222

2323

2424
@require_GET
@@ -110,7 +110,7 @@ def build_endpoint_info(data=OrderedDict(), v2=False, issuer=""):
110110

111111
def build_smart_config_endpoint(data=OrderedDict(), v2=False, issuer=""):
112112
"""
113-
construct the smart config endpoint response. Takes in
113+
construct the smart config endpoint response. Takes in output of build_endpoint_info since they share many fields
114114
issuer should be http: or https:// prefixed url.
115115
116116
:param data:
@@ -122,5 +122,5 @@ def build_smart_config_endpoint(data=OrderedDict(), v2=False, issuer=""):
122122
data["scopes_supported"] = SCOPES_SUPPORTED
123123
data["code_challenge_methods_supported"] = CODE_CHALLENGE_METHODS_SUPPORTED
124124
data["capabilities"] = CAPABILITIES
125-
125+
126126
return data

0 commit comments

Comments
 (0)