Skip to content

Commit 14badf8

Browse files
committed
remove default.
1 parent 31e6b3f commit 14badf8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/lsst/pipe/tasks/computeExposureSummaryStats.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,7 @@ def comp_psf_TEX_visit_level(self, summary, sources, sources_is_astropy=False):
501501
``sources_is_astropy`` argument.
502502
sources_is_astropy : `bool`, optional
503503
Whether ``sources`` is an `astropy.table.Table` instance instead
504-
of an `lsst.afw.table.Catalog` instance. Default is `False` (the
505-
latter).
504+
of an `lsst.afw.table.Catalog` instance.
506505
"""
507506

508507
if self._isTEXComputationDone:

0 commit comments

Comments
 (0)