From 94f61ac1657934eaaccc9a0965db0ed298a704f5 Mon Sep 17 00:00:00 2001 From: David Sanmartim Date: Thu, 28 Sep 2023 22:47:42 -0300 Subject: [PATCH] Black formatting --- python/lsst/ts/standardscripts/maintel/m1m3/check_actuators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/ts/standardscripts/maintel/m1m3/check_actuators.py b/python/lsst/ts/standardscripts/maintel/m1m3/check_actuators.py index cb4e37f36..b4526e4cd 100644 --- a/python/lsst/ts/standardscripts/maintel/m1m3/check_actuators.py +++ b/python/lsst/ts/standardscripts/maintel/m1m3/check_actuators.py @@ -31,7 +31,7 @@ try: from lsst.ts.criopy.M1M3FATable import FATABLE except ModuleNotFoundError: - from lsst.ts.criopy.m1m3_fa_table import FATABLE + from lsst.ts.criopy.m1m3_fa_table import FATABLE from lsst.ts.idl.enums.MTM1M3 import BumpTest from lsst.ts.idl.enums.Script import ScriptState