Skip to content

Commit b57cba3

Browse files
committed
black format
1 parent 2783aa7 commit b57cba3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

python/lsst/analysis/tools/actions/plot/gridPlot.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,7 @@ class GridPlot(PlotAction):
8484
doc="Independent data definitions. The key of this dict is the panel ID. The values are keys of data "
8585
"to plot (comma-separated for multiple) where each key may be a subset of a full key.",
8686
)
87-
figsize = ListField[float](
88-
doc="Figure size.",
89-
default=[8, 8],
90-
length=2
91-
)
87+
figsize = ListField[float](doc="Figure size.", default=[8, 8], length=2)
9288
dpi = Field[float](
9389
doc="Dots per inch.",
9490
default=150,

0 commit comments

Comments
 (0)