From 8b93691bb789204f2849813ed5df980a69b9173c Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Fri, 13 Sep 2024 08:18:51 -0700 Subject: [PATCH] Remove `from __future__ import annotations` --- tests/test_cpp_conduit.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_cpp_conduit.py b/tests/test_cpp_conduit.py index 51fcf6936..9b8c8f94f 100644 --- a/tests/test_cpp_conduit.py +++ b/tests/test_cpp_conduit.py @@ -1,7 +1,5 @@ # Copyright (c) 2024 The pybind Community. -from __future__ import annotations - import exo_planet_c_api import exo_planet_pybind11 import home_planet_very_lonely_traveler