aspell_dict: remove unused import (#46716)

This commit is contained in:
Harmen Stoppels 2024-10-02 17:49:04 +02:00 committed by GitHub
parent 1c528719cb
commit fcf72201d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,6 @@
import llnl.util.filesystem as fs
import spack.directives
import spack.package_base
import spack.util.executable
from .autotools import AutotoolsBuilder, AutotoolsPackage