Skip to content

Commit

Permalink
Improve robustness in parsing numbers (#95)
Browse files Browse the repository at this point in the history
Signed-off-by: hoangtungdinh <[email protected]>
Co-authored-by: hoangtungdinh <[email protected]>
  • Loading branch information
hoangtungdinh and hoangtungdinh committed Oct 31, 2024
1 parent da34193 commit 65a86f0
Show file tree
Hide file tree
Showing 8 changed files with 302 additions and 295 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion qc_opendrive/base/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from dataclasses import dataclass
from enum import Enum
from typing import Union
from lxml import etree

from qc_baselib import Configuration, Result
Expand Down
Loading

0 comments on commit 65a86f0

Please sign in to comment.