From dee923daa0456d0e67ad9457c7daa91a376e3c4e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:36:15 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- deduplify/hash_files.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deduplify/hash_files.py b/deduplify/hash_files.py index 35c9700..56917b7 100644 --- a/deduplify/hash_files.py +++ b/deduplify/hash_files.py @@ -8,6 +8,7 @@ Author: Sarah Gibson Python version: >=3.7 (developed with 3.8) """ + import hashlib import logging import os