mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated docstring
This commit is contained in:
parent
6735d2e727
commit
62cff5dc6f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ from slpkg.toml_errors import TomlErrors
|
|||
|
||||
@dataclass
|
||||
class Configs: # pylint: disable=[R0902]
|
||||
"""Default configurations for slpkg."""
|
||||
"""Default configurations."""
|
||||
|
||||
toml_errors = TomlErrors()
|
||||
|
||||
|
|
Loading…
Reference in a new issue