Skip to content

Commit

Permalink
fix: fixed lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ekulakov-express committed Jun 4, 2023
1 parent f43c387 commit 6d6cbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybotx/client/users_api/update_user_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def from_domain(
user_huid=user_huid,
name=name,
public_name=public_name,
avatar=getattr(api_avatar, 'data', Undefined),
avatar=getattr(api_avatar, "data", Undefined),
company=company,
company_position=company_position,
description=description,
Expand Down

0 comments on commit 6d6cbdc

Please sign in to comment.