fix: max line width

This commit is contained in:
Kristóf Hauser
2025-01-23 21:22:17 +01:00
parent c60d3b49ed
commit d9cac0da1b

View File

@@ -137,7 +137,8 @@ class OAuth2Authentication(BaseAuthentication):
def get_profile_dict(self, profile):
"""
Returns the dictionary from profile whether it's a list or dictionary.
Returns the dictionary from profile
whether it's a list or dictionary.
Includes additional type checking.
"""
if isinstance(profile, list):