Skip to content
Snippets Groups Projects
Commit 001b8081 authored by Ladislav Lhotka's avatar Ladislav Lhotka
Browse files

Update RevisionDate alias.

parent 36dd6134
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
from decimal import Decimal
from typing import Any, Dict, List, Optional, Tuple, Union
RevisionDate = Optional[str]
RevisionDate = str # YYYY-MM-DD or empty string
Uri = str
YangIdentifier = str
InstanceName = str # [YangIdentifier ":"] YangIdentifier
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment