We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda2227 commit b2f3043Copy full SHA for b2f3043
python/lsst/sconsUtils/builders.py
@@ -1,4 +1,5 @@
1
-"""Extra builders and methods to be injected into the SConsEnvironment class.
+"""Extra builders and methods to be injected into the SConsEnvironment
2
+class.
3
"""
4
5
__all__ = ("filesToTag", "DoxygenBuilder")
python/lsst/sconsUtils/tests.py
@@ -1,5 +1,4 @@
-"""Control which tests run, and how.
-"""
+"""Control which tests run, and how."""
__all__ = ("Control",)
0 commit comments