From b44d6c67a25ef28c547122b52e736a27b2ff5a86 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 20:27:45 +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