0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

docs: better document logpanel code

This commit is contained in:
2025-04-10 11:24:27 +02:00
parent 1d7b423bb3
commit d2c90757c2
2 changed files with 24 additions and 6 deletions

View File

@ -1,4 +1,7 @@
# pylint: disable=missing-function-docstring, missing-module-docstring, unused-import
# pylint: disable=no-member
# pylint: disable=missing-function-docstring
# pylint: disable=redefined-outer-name
# pylint: disable=protected-access
from collections import deque
from unittest.mock import MagicMock