aboutsummaryrefslogtreecommitdiffstats
path: root/paste/db.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/db.py')
-rw-r--r--paste/db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/db.py b/paste/db.py
index 3dff8d6..c4ee46e 100644
--- a/paste/db.py
+++ b/paste/db.py
@@ -1,7 +1,7 @@
import sqlite3
from collections.abc import Iterator
from contextlib import contextmanager
-from hashlib import blake2b
+from hashlib import blake2b, sha256
from itertools import count
from typing import Optional, Union