Merging upstream version 0.8.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
624f3af957
commit
7ef749b191
9 changed files with 334 additions and 99 deletions
|
@ -63,7 +63,7 @@ class EosVersion(BaseModel):
|
|||
minor: int = 0
|
||||
patch: int = 0
|
||||
rtype: Optional[str] = 'F'
|
||||
other: Any
|
||||
other: Any = None
|
||||
|
||||
@classmethod
|
||||
def from_str(cls, eos_version: str) -> EosVersion:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue