mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +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
|
@dataclass
|
||||||
class Repositories: # pylint: disable=[R0902]
|
class Repositories: # pylint: disable=[R0902]
|
||||||
|
"""Repositories configurations."""
|
||||||
"""
|
|
||||||
Repositories configurations.
|
|
||||||
"""
|
|
||||||
|
|
||||||
toml_errors = TomlErrors()
|
toml_errors = TomlErrors()
|
||||||
utils = Utilities()
|
utils = Utilities()
|
||||||
|
|
Loading…
Reference in a new issue