fix style

This commit is contained in:
Cameron Smith 2024-01-11 19:21:57 -05:00
parent 63ba7db2d2
commit 9dead10d70

View File

@ -3,9 +3,10 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
import warnings import warnings
from spack.package import *
class Pumi(CMakePackage): class Pumi(CMakePackage):
"""SCOREC RPI's Parallel Unstructured Mesh Infrastructure (PUMI). """SCOREC RPI's Parallel Unstructured Mesh Infrastructure (PUMI).