DM-36211: Add PeekExposureTask #476
lint.yaml
on: pull_request
call-workflow
/
lint
10s
Annotations
9 errors
E302:
python/lsst/summit/utils/assessPeekExposure.py#L60
expected 2 blank lines, found 1
|
F401:
python/lsst/summit/utils/peekExposure.py#L33
'lsst.afw.detection.Psf' imported but unused
|
F401:
python/lsst/summit/utils/peekExposure.py#L35
'lsst.afw.image.Image' imported but unused
|
F401:
python/lsst/summit/utils/peekExposure.py#L37
'lsst.geom.Box2I' imported but unused
|
F401:
python/lsst/summit/utils/peekExposure.py#L37
'lsst.geom.Extent2I' imported but unused
|
F401:
python/lsst/summit/utils/peekExposure.py#L37
'lsst.geom.Point2I' imported but unused
|
E203:
python/lsst/summit/utils/peekExposure.py#L90
whitespace before ':'
|
E302:
python/lsst/summit/utils/peekExposure.py#L303
expected 2 blank lines, found 1
|
call-workflow / lint
Process completed with exit code 1.
|