From 97327ffc78819319bd692ab0cd169c41a31e3127 Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Fri, 22 Dec 2023 09:36:52 -0500 Subject: [PATCH] Remove import --- fipy/terms/term.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fipy/terms/term.py b/fipy/terms/term.py index aeced975a7..215aef980c 100644 --- a/fipy/terms/term.py +++ b/fipy/terms/term.py @@ -4,7 +4,6 @@ __docformat__ = 'restructuredtext' import logging -from functools import cache import os from fipy import input