From bf7dd2c8f566b261e1e9580a9d02130af10bd83c Mon Sep 17 00:00:00 2001 From: barrust Date: Wed, 10 Jan 2024 21:39:38 -0500 Subject: [PATCH] remove unused import --- probables/blooms/bloom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/probables/blooms/bloom.py b/probables/blooms/bloom.py index c580279..912cc92 100644 --- a/probables/blooms/bloom.py +++ b/probables/blooms/bloom.py @@ -14,7 +14,7 @@ from shutil import copyfile from struct import Struct from textwrap import wrap -from typing import ByteString, List, Tuple, Union +from typing import ByteString, Tuple, Union from probables.exceptions import InitializationError, NotSupportedError from probables.hashes import HashFuncT, HashResultsT, KeyT, default_fnv_1a