Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27cc781

Browse files
committed
Apply PEP8 styling
1 parent 1d8e107 commit 27cc781

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

auth0/v3/management/branding.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,8 @@ def update_template_universal_login(self, body):
8989
See: https://auth0.com/docs/api/management/v2#!/Branding/put_universal_login
9090
"""
9191

92-
return self.client.put(self._url("templates", "universal-login"), type="put_universal-login_body", body={"template":body})
92+
return self.client.put(
93+
self._url("templates", "universal-login"),
94+
type="put_universal-login_body",
95+
body={"template": body},
96+
)

0 commit comments

Comments
 (0)