From a959bbb64e406539862a91d1ae55c775ccb0d825 Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Mon, 30 Oct 2023 15:00:42 -0400 Subject: [PATCH] from __future__ import annotations --- tests/states/wick_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/states/wick_test.py b/tests/states/wick_test.py index 9c6b13dbe..e3e5f95f8 100644 --- a/tests/states/wick_test.py +++ b/tests/states/wick_test.py @@ -10,6 +10,8 @@ """Test Wick's theorem utilities.""" +from __future__ import annotations + import numpy as np import pytest import scipy.linalg