Skip to content

Commit

Permalink
ngclient UpdaterConfig: Add docstring
Browse files Browse the repository at this point in the history
Docstrings for each class are required by linting tool.

Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
  • Loading branch information
MVrachev committed Aug 4, 2021
1 parent 697fde7 commit 779376f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tuf/ngclient/config.py
Expand Up @@ -9,6 +9,8 @@

@dataclass
class UpdaterConfig:
"""Used to store Updater configuration."""

max_root_rotations: int = 32
max_delegations: int = 32
root_max_length: int = 512000 # bytes
Expand Down

0 comments on commit 779376f

Please sign in to comment.