Add centralized banner system with OS messaging support #20107
Annotations
2 errors
|
ruff-linting
Process completed with exit code 1.
|
|
ruff (FURB189):
unittests/test_product_announcements.py#L13
unittests/test_product_announcements.py:13:20: FURB189 Subclassing `dict` can be error prone, use `collections.UserDict` instead
help: Replace with `collections.UserDict`
|