From 1b1fb1b1fee8f0053517d92bc495949529971adb Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Sun, 17 Sep 2023 15:13:11 +0300 Subject: [PATCH] chore: remove unused import --- tests/test_generating_functions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_generating_functions.py b/tests/test_generating_functions.py index 3d2ba37..dd0af9a 100644 --- a/tests/test_generating_functions.py +++ b/tests/test_generating_functions.py @@ -23,7 +23,6 @@ def test_lubich_bdf_weights( order: int, alpha: float, *, visualize: bool = False ) -> None: from pycaputo.generating_functions import ( - lubich_bdf_starting_weights, lubich_bdf_weights, ) from pycaputo.utils import EOCRecorder, savefig