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
4d82a9c9a3
commit
467608c63c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class Md5sum(Configs):
|
|||
self.view.question()
|
||||
|
||||
def read_binary_file(self, filename: Union[str, Path]) -> bytes | None:
|
||||
"""Reads the file source.
|
||||
"""Read the file source.
|
||||
|
||||
Args:
|
||||
filename (Union[str, Path]): File name.
|
||||
|
|
Loading…
Reference in a new issue