Updated for comments

This commit is contained in:
Dimitris Zlatanidis 2023-04-28 12:00:03 +03:00
parent ffb5b44d8e
commit 18a51ac43b

View file

@ -47,7 +47,7 @@ class Md5sum:
view.question()
def read_file(self, filename: Union[str, Path]) -> bytes:
""" Reads the text file. """
""" Reads the file. """
try:
with open(filename, 'rb') as f:
return f.read()