Fixed D205,D209,D400

This commit is contained in:
Dimitris Zlatanidis 2024-05-22 19:15:58 +03:00
parent a3a16d9b52
commit 36ad7b4003

View file

@ -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',