Skip to content

Commit

Permalink
Remove duplicate __all__ definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Dec 2, 2022
1 parent a69acfa commit f5dfc86
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions python/lsst/ip/isr/ampOffset.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
from lsst.meas.algorithms import (SubtractBackgroundTask, SourceDetectionTask)


__all__ = ['AmpOffsetConfig', 'AmpOffsetTask']


class AmpOffsetConfig(pexConfig.Config):
"""Configuration parameters for AmpOffsetTask.
"""
Expand Down
3 changes: 0 additions & 3 deletions python/lsst/ip/isr/fringe.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
from .isrFunctions import checkFilter


__all__ = ['FringeStatisticsConfig', 'FringeConfig', 'FringeTask']


afwDisplay.setDefaultMaskTransparency(75)


Expand Down
3 changes: 0 additions & 3 deletions python/lsst/ip/isr/isrQa.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
import lsst.pex.config as pexConfig


__all__ = ['IsrQaFlatnessConfig', 'IsrQaConfig', 'makeThumbnail']


class IsrQaFlatnessConfig(pexConfig.Config):
meshX = pexConfig.Field(
dtype=int,
Expand Down
3 changes: 0 additions & 3 deletions python/lsst/ip/isr/masking.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
from lsst.pipe.base import Task


__all__ = ['MaskingConfig', 'MaskingTask']


class MaskingConfig(Config):
doSpecificMasking = Field(
dtype=bool,
Expand Down
3 changes: 0 additions & 3 deletions python/lsst/ip/isr/straylight.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
from .calibType import IsrCalib


__all__ = ['StrayLightConfig', 'StrayLightTask', 'StrayLightData']


class StrayLightConfig(Config):
doRotatorAngleCorrection = Field(
dtype=bool,
Expand Down

0 comments on commit f5dfc86

Please sign in to comment.