mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
fix: max line width
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user