Skip to content

Commit

Permalink
chore: Remove outdated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Sep 3, 2024
1 parent 1b3202b commit 11280df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/generate_schema_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,6 @@ def generate_typed_dict_args(prop_info: SchemaInfo) -> str:


def generate_config_typed_dicts(fp: Path, /) -> Iterator[str]:
"""TODO - Tidy up and use consistent naming."""
schema = load_schema(fp)
config = SchemaInfo({"$ref": "#/definitions/Config"}, rootschema=schema)
top_dict_annotations: list[str] = []
Expand Down

0 comments on commit 11280df

Please sign in to comment.