Skip to content

Commit b2f3043

Browse files
committed
Fixes for new black
1 parent bda2227 commit b2f3043

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/lsst/sconsUtils/builders.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
"""Extra builders and methods to be injected into the SConsEnvironment class.
1+
"""Extra builders and methods to be injected into the SConsEnvironment
2+
class.
23
"""
34

45
__all__ = ("filesToTag", "DoxygenBuilder")

python/lsst/sconsUtils/tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""Control which tests run, and how.
2-
"""
1+
"""Control which tests run, and how."""
32

43
__all__ = ("Control",)
54

0 commit comments

Comments
 (0)