From 2065a98f53e0abd5353275ce675982f917419b11 Mon Sep 17 00:00:00 2001 From: Florian Deconinck Date: Tue, 27 Feb 2024 09:37:02 -0500 Subject: [PATCH] lint --- pyFV3/stencils/delnflux.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyFV3/stencils/delnflux.py b/pyFV3/stencils/delnflux.py index ecd3e47..d1ce68b 100644 --- a/pyFV3/stencils/delnflux.py +++ b/pyFV3/stencils/delnflux.py @@ -10,7 +10,6 @@ from ndsl.grid import DampingCoefficients from ndsl.initialization.allocator import QuantityFactory from ndsl.quantity import Quantity -from pyFV3.version import IS_GEOS def calc_damp(damp_c: Quantity, da_min: Float, nord: Quantity) -> Quantity: