Skip to content

Commit 6384a8d

Browse files
committed
Remove alias 'all' from ActionType
1 parent a91f028 commit 6384a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmt/utils/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6285,7 +6285,7 @@ def is_url(url: str) -> bool:
62856285

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

62906290

62916291
@contextlib.contextmanager

0 commit comments

Comments
 (0)