Skip to content

Commit 55d9cd0

Browse files
Merge pull request #1287 from linsword13/cleanup
Remove unused noqa comments
2 parents 02068ad + b737067 commit 55d9cd0

18 files changed

+20
-20
lines changed

lib/ramble/ramble/schema/applications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
.. literalinclude:: _ramble_root/lib/ramble/ramble/schema/applications.py
1212
:lines: 12-
13-
""" # noqa E501
13+
"""
1414

1515
from llnl.util.lang import union_dicts
1616

lib/ramble/ramble/schema/env_vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
.. literalinclude:: _ramble_root/lib/ramble/ramble/schema/env_vars.py
1212
:lines: 12-
13-
""" # noqa E501
13+
"""
1414

1515
import ramble.schema.licenses
1616

lib/ramble/ramble/schema/formatted_executables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
.. literalinclude:: _ramble_root/lib/ramble/ramble/schema/formatted_executables.py
1212
:lines: 12-
13-
""" # noqa E501
13+
"""
1414

1515
#: Properties for inclusion in other schemas
1616
properties = {

lib/ramble/ramble/schema/internals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
.. literalinclude:: _ramble_root/lib/ramble/ramble/schema/internals.py
1212
:lines: 12-
13-
""" # noqa E501
13+
"""
1414

1515
from llnl.util.lang import union_dicts
1616

lib/ramble/ramble/schema/licenses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
.. literalinclude:: _ramble_root/lib/ramble/ramble/schema/licenses.py
1212
:lines: 12-
13-
""" # noqa E501
13+
"""
1414

1515
import spack.schema.environment
1616

lib/ramble/ramble/schema/modifiers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
.. literalinclude:: _ramble_root/lib/ramble/ramble/schema/modifiers.py
1212
:lines: 12-
13-
""" # noqa E501
13+
"""
1414

1515
section_name = "modifiers"
1616

lib/ramble/ramble/schema/software.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
.. literalinclude:: _ramble_root/lib/ramble/ramble/schema/software.py
1212
:lines: 12-
13-
""" # noqa E501
13+
"""
1414

1515
import ramble.namespace
1616

lib/ramble/ramble/schema/success_criteria.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
.. literalinclude:: _ramble_root/lib/ramble/ramble/schema/success_criteria.py
1212
:lines: 12-
13-
""" # noqa E501
13+
"""
1414

1515

1616
success_criteria_def = {

lib/ramble/ramble/schema/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
.. literalinclude:: _ramble_root/lib/ramble/ramble/schema/variables.py
1212
:lines: 12-
13-
""" # noqa E501
13+
"""
1414

1515
variables_def = {
1616
"type": ["object", "null"],

lib/ramble/ramble/schema/variants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
.. literalinclude:: _ramble_root/lib/ramble/ramble/schema/variants.py
1212
:lines: 12-
13-
""" # noqa E501
13+
"""
1414

1515
variants_def = {
1616
"type": ["object", "null"],

0 commit comments

Comments
 (0)