From 894234b6ca6daec9e45437d67312db640861b8e1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:55:05 +0000 Subject: [PATCH] style: pre-commit fixes --- tests/test_numpy_scalars.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_numpy_scalars.py b/tests/test_numpy_scalars.py index a21cf84e9..52c2861a1 100644 --- a/tests/test_numpy_scalars.py +++ b/tests/test_numpy_scalars.py @@ -1,3 +1,5 @@ +from __future__ import annotations + import sys import pytest