reformated imports for pep8 compatability

This commit is contained in:
PatchOfScotland
2023-03-14 15:12:22 +01:00
parent af489d2bb9
commit ede29f3158
29 changed files with 225 additions and 189 deletions

View File

@ -7,7 +7,8 @@ Author(s): David Marchant
from hashlib import sha256
from meow_base.core.correctness.vars import HASH_BUFFER_SIZE, SHA256
from meow_base.core.correctness.validation import check_type, valid_existing_file_path
from meow_base.core.correctness.validation import check_type, \
valid_existing_file_path
def _get_file_sha256(file_path):
sha256_hash = sha256()