Remove unneeded noqa comments.
This commit is contained in:
@@ -37,7 +37,9 @@ class Graphviz(Package):
|
||||
# related to missing Perl packages. If spack begins support for Perl in the
|
||||
# future, this package can be updated to depend_on('perl') and the
|
||||
# ncecessary devel packages.
|
||||
variant('perl', default=False, description='Enable if you need the optional Perl language bindings.') # NOQA: ignore=E501
|
||||
variant(
|
||||
'perl', default=False,
|
||||
description='Enable if you need the optional Perl language bindings.')
|
||||
|
||||
parallel = False
|
||||
|
||||
|
Reference in New Issue
Block a user