Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
weatherhead99 committed Jul 15, 2024
1 parent 2783aa7 commit b57cba3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions python/lsst/analysis/tools/actions/plot/gridPlot.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,7 @@ class GridPlot(PlotAction):
doc="Independent data definitions. The key of this dict is the panel ID. The values are keys of data "
"to plot (comma-separated for multiple) where each key may be a subset of a full key.",
)
figsize = ListField[float](
doc="Figure size.",
default=[8, 8],
length=2
)
figsize = ListField[float](doc="Figure size.", default=[8, 8], length=2)
dpi = Field[float](
doc="Dots per inch.",
default=150,
Expand Down

0 comments on commit b57cba3

Please sign in to comment.