From 9dead10d70eb165d7e3216faea91b7f6cb23062d Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Thu, 11 Jan 2024 19:21:57 -0500 Subject: [PATCH] fix style --- var/spack/repos/builtin/packages/pumi/package.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/pumi/package.py b/var/spack/repos/builtin/packages/pumi/package.py index 24760bb1ac1..44f4741ed46 100644 --- a/var/spack/repos/builtin/packages/pumi/package.py +++ b/var/spack/repos/builtin/packages/pumi/package.py @@ -3,9 +3,10 @@ # # SPDX-License-Identifier: (Apache-2.0 OR MIT) -from spack.package import * import warnings +from spack.package import * + class Pumi(CMakePackage): """SCOREC RPI's Parallel Unstructured Mesh Infrastructure (PUMI).