From 66e7a9a43bdffd6c9ae68e79257fabea64ce1d2e Mon Sep 17 00:00:00 2001 From: Parker Fagrelius Date: Wed, 18 Sep 2024 11:58:29 -0700 Subject: [PATCH] changed config_schema --- python/lsst/ts/tunablelaser/config_schema.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/lsst/ts/tunablelaser/config_schema.py b/python/lsst/ts/tunablelaser/config_schema.py index 22019c5..2f1396d 100644 --- a/python/lsst/ts/tunablelaser/config_schema.py +++ b/python/lsst/ts/tunablelaser/config_schema.py @@ -23,8 +23,10 @@ import yaml +from .enums import OpticalConfiguration + CONFIG_SCHEMA = yaml.safe_load( - """ + f""" $schema: http://json-schema.org/draft-07/schema# $id: https://github.com/lsst-ts/ts_TunableLaser/blob/master/schema/TunableLaser.yaml title: TunableLaser v4