Skip to content

Commit

Permalink
squash: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Jun 6, 2023
1 parent 0159cdc commit 75bfbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmt/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ class Core(
enabled: bool = True
order: int = field(
default=DEFAULT_ORDER,
normalize=lambda key_address, raw_value, logger:
normalize=lambda key_address, raw_value, logger:
DEFAULT_ORDER if raw_value is None else int(raw_value))
link: Optional['Links'] = field(
default=None,
Expand Down

0 comments on commit 75bfbbd

Please sign in to comment.