Skip to content

Commit

Permalink
Fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatito committed Jan 5, 2024
1 parent b6a19fc commit b882fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burst/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def with_defaults(definition):
if 'login_prerequest' not in definition:
definition['login_prerequest'] = ''
return definition

def get_alias(definition, alias):
definition["alias"] = ""

Expand Down

0 comments on commit b882fc6

Please sign in to comment.