From dd7ad00e4661113e98f6d6adb46bea4e20b1693b Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Tue, 3 Oct 2023 13:12:12 -0700 Subject: [PATCH] lint --- tests/expected_download.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/expected_download.py b/tests/expected_download.py index fdcc3742..7a9875c5 100644 --- a/tests/expected_download.py +++ b/tests/expected_download.py @@ -33,6 +33,7 @@ def _get_file_md5_hash(full_file_path: str | Path) -> str: return "INFO_JSON" return get_file_md5_hash(full_file_path=full_file_path) + @dataclass class ExpectedDownloadFile: path: Path