Skip to content

Commit

Permalink
Fix mypy bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Reed committed Nov 14, 2022
1 parent 18e5bb4 commit 121a6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/analysis/tools/actions/plot/skyPlot.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def statsAndText(self, arr, mask=None):
return med, sigMad, statsText

def makePlot(
self, data: KeyedData, plotInfo: Mapping[str, str] = None, sumStats: Mapping = {}, **kwargs
self, data: KeyedData, plotInfo: Mapping[str, str] = None, sumStats: Mapping = None, **kwargs
) -> Figure:
"""Prep the catalogue and then make a skyPlot of the given column.
Expand Down

0 comments on commit 121a6f1

Please sign in to comment.