Fixed D401

This commit is contained in:
Dimitris Zlatanidis 2024-05-22 18:56:22 +03:00
parent 4d82a9c9a3
commit 467608c63c

View file

@ -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.