mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
remove unused argument
This commit is contained in:
parent
4192c9e764
commit
62c7ba5659
1 changed files with 1 additions and 2 deletions
|
@ -104,8 +104,7 @@ class AuthorizationHelpers:
|
||||||
return UserProfile(
|
return UserProfile(
|
||||||
user_id = user_data["user_id"],
|
user_id = user_data["user_id"],
|
||||||
username = user_data["username"],
|
username = user_data["username"],
|
||||||
profile_image_url = user_data.get("profile_image_url", ""),
|
profile_image_url = user_data.get("profile_image_url", "")
|
||||||
generated_at = datetime.now()
|
|
||||||
)
|
)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue