Add docstring

This commit is contained in:
atse 2023-10-04 11:59:13 +08:00
parent fe6901d35f
commit b4504bcfaa
1 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,8 @@ class ClientWatcher(QObject):
class ChannelGraphs:
"""Manager of the two graphs of a channel, and its elements."""
"""The maximum number of sample points to store."""
DEFAULT_MAX_SAMPLES = 1000