Skip to content

Commit

Permalink
Remove alias 'all' from ActionType
Browse files Browse the repository at this point in the history
  • Loading branch information
seberm authored and psss committed Dec 9, 2024
1 parent 6e5882a commit 6fa638f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmt/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6285,7 +6285,7 @@ def is_url(url: str) -> bool:

# Handle the thread synchronization for the `catch_warnings(...)` context manager
_catch_warning_lock = RLock()
ActionType = Literal['default', 'error', 'ignore', 'always', 'all', 'module', 'once']
ActionType = Literal['default', 'error', 'ignore', 'always', 'module', 'once']


@contextlib.contextmanager
Expand Down

0 comments on commit 6fa638f

Please sign in to comment.