Skip to content

Commit 57d9845

Browse files
committed
Fixing linter error.
1 parent c72b49a commit 57d9845

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/lsst/summit/extras/slewTimingSimonyi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,8 @@ def plotExposureTiming(
543543
]
544544
bottomLegendAx.legend(handles=shadingLegendHandles, loc="center", bbox_to_anchor=(0.4, 0.5), ncol=2)
545545

546-
# For some reason xlim is different on the Dome plot. This sets it to match:
546+
# For some reason xlim is different on the Dome plot.
547+
# This sets it to match:
547548
az_xlim = axes["az"].get_xlim()
548549
axes["dome"].set_xlim(az_xlim)
549550

0 commit comments

Comments
 (0)