Skip to content

Commit

Permalink
changed config_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
parfa30 authored and couger01 committed Dec 19, 2024
1 parent 8e384cb commit 66e7a9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/lsst/ts/tunablelaser/config_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66e7a9a

Please sign in to comment.