mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Fixed D401
This commit is contained in:
parent
038bc6f8eb
commit
9f12a8bd4d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Version: # pylint: disable=[R0903]
|
|||
self.email: str = 'dslackw@gmail.com'
|
||||
|
||||
def view(self) -> None:
|
||||
"""Prints the version."""
|
||||
"""Print the version."""
|
||||
print(f'Version: {self.version}\n'
|
||||
f'Author: {self.author}\n'
|
||||
f'License: {self.license}\n'
|
||||
|
|
Loading…
Reference in a new issue