mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Fixed D205,D209,D400
This commit is contained in:
parent
a3a16d9b52
commit
36ad7b4003
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ from slpkg.repositories import Repositories
|
|||
|
||||
|
||||
class Required:
|
||||
"""Creates a tuple of dependencies with
|
||||
the right order to install."""
|
||||
"""Create a tuple of dependencies with the right order to install."""
|
||||
|
||||
__slots__ = ('data', 'name', 'flags', 'repos', 'utils',
|
||||
'full_requires', 'repository_packages',
|
||||
|
|
Loading…
Reference in a new issue