Skip to content

Commit

Permalink
Update various comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulVanSchayck committed Oct 12, 2023
1 parent 38a3f8a commit bea0b98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/edr_pydantic/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ class CorridorVariables(Variables):
within_units: List[str]


class ItemVariables(Variables, extra="allow"):
# TODO query_type shall match query_type?
query_type: str
class ItemVariables(Variables):
# TODO: Is unclear what is meant with Requirement A.20 statement A
pass

0 comments on commit bea0b98

Please sign in to comment.