From b57cba3b05bcbc7fa3de33ae5b4f010480f4dfb4 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 15 Jul 2024 04:02:58 +0100 Subject: [PATCH] black format --- python/lsst/analysis/tools/actions/plot/gridPlot.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/python/lsst/analysis/tools/actions/plot/gridPlot.py b/python/lsst/analysis/tools/actions/plot/gridPlot.py index 866518d8a..4809baf93 100644 --- a/python/lsst/analysis/tools/actions/plot/gridPlot.py +++ b/python/lsst/analysis/tools/actions/plot/gridPlot.py @@ -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,