Skip to content

Commit

Permalink
reword to please black
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Sep 17, 2024
1 parent f2432a5 commit 505e30d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/lsst/drp/tasks/assemble_coadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ class AssembleCoaddConfig(
default=True,
)
doWriteArtifactMasks = pexConfig.Field(
doc="Persist artifact masks? Should be set to True by CompareWarp "
"only.",
doc="Persist artifact masks? Should be True for CompareWarp only.",
dtype=bool,
default=False,
)
Expand Down

0 comments on commit 505e30d

Please sign in to comment.