mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -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(
|
||||
user_id = user_data["user_id"],
|
||||
username = user_data["username"],
|
||||
profile_image_url = user_data.get("profile_image_url", ""),
|
||||
generated_at = datetime.now()
|
||||
profile_image_url = user_data.get("profile_image_url", "")
|
||||
)
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue