mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-25 09:58:41 +01:00
Updated docstring
This commit is contained in:
parent
759db50047
commit
9a0d4d832a
1 changed files with 1 additions and 4 deletions
|
@ -18,10 +18,7 @@ from slpkg.toml_errors import TomlErrors
|
|||
|
||||
@dataclass
|
||||
class Repositories: # pylint: disable=[R0902]
|
||||
|
||||
"""
|
||||
Repositories configurations.
|
||||
"""
|
||||
"""Repositories configurations."""
|
||||
|
||||
toml_errors = TomlErrors()
|
||||
utils = Utilities()
|
||||
|
|
Loading…
Reference in a new issue