--- a/tests/test-hashutil.py Sun Feb 20 15:18:15 2022 -0700
+++ b/tests/test-hashutil.py Thu Mar 03 17:34:00 2022 +0100
@@ -1,6 +1,5 @@
# Tests to ensure that sha1dc.sha1 is exactly a drop-in for
# hashlib.sha1 for our needs.
-from __future__ import absolute_import
import hashlib
import unittest