Skip to content

Commit

Permalink
chore: cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
niliayu committed Sep 27, 2024
1 parent 8a57f75 commit f7b1d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lib/sift_py/ingestion/config/yaml/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ def _validate_yaml(raw_config: Dict[Any, Any]) -> TelemetryConfigYamlSpec:
if rules is not None:
if not isinstance(rules, list):
raise YamlConfigError._invalid_property(
channels, # TODO: Should this be rules?
"channels", # TODO: Should this be rules?
rules,
"rules",
f"List[{_type_fqn(RuleYamlSpec)}]",
None,
)
Expand Down

0 comments on commit f7b1d7e

Please sign in to comment.