fixing flake8 issues
This commit is contained in:
parent
a4ac99877a
commit
0743ef4d0b
@ -28,10 +28,12 @@
|
|||||||
from llnl.util.tty.colify import colify
|
from llnl.util.tty.colify import colify
|
||||||
|
|
||||||
import spack
|
import spack
|
||||||
import fnmatch, re
|
import fnmatch
|
||||||
|
import re
|
||||||
|
|
||||||
description = "List available spack packages"
|
description = "List available spack packages"
|
||||||
|
|
||||||
|
|
||||||
def setup_parser(subparser):
|
def setup_parser(subparser):
|
||||||
subparser.add_argument(
|
subparser.add_argument(
|
||||||
'filter', nargs=argparse.REMAINDER,
|
'filter', nargs=argparse.REMAINDER,
|
||||||
|
Loading…
Reference in New Issue
Block a user