mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Fixed D210
This commit is contained in:
parent
45c80023b8
commit
478f3a1b11
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ from slpkg.views.view_process import ViewProcess
|
|||
|
||||
|
||||
class GPGVerify(Configs): # pylint: disable=[R0903]
|
||||
""" GPGverify files."""
|
||||
"""GPG verify files."""
|
||||
|
||||
def __init__(self, flags: list):
|
||||
super(Configs, self).__init__()
|
||||
|
|
Loading…
Reference in a new issue