Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jan 12, 2024
1 parent 8582ec5 commit 262cd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3069,7 +3069,7 @@ def empty(self):

@property
def username(self):
if (user := self.user):
if user := self.user:
return user.username
return None

Expand Down

0 comments on commit 262cd25

Please sign in to comment.