From bffb32b62125d2c4999156fc23083a9dfb001f29 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:41:57 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.py | 1 - test_siphashc.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed60b04..f5557cc 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,6 @@ #!/usr/bin/env python """Setup for the siphashc module.""" - from setuptools import Extension, setup setup( diff --git a/test_siphashc.py b/test_siphashc.py index c5ff59a..ea2bfba 100644 --- a/test_siphashc.py +++ b/test_siphashc.py @@ -1,4 +1,5 @@ """Test for siphashc module.""" + from __future__ import annotations import unittest