Skip to content

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Binh Vu committed Aug 22, 2024
1 parent d8442bf commit b987453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/sand_drepr/sand_drepr/transformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

datatype2transformation: Mapping[OntPropertyDataType, Path] = {
"globe-coordinate": (transdir / "global_coordinate.py"),
"integer-number": (transdir / "integer-number.py"),
"decimal-number": (transdir / "decimal-number.py"),
"integer-number": (transdir / "integer_number.py"),
"decimal-number": (transdir / "decimal_number.py"),
}

loaded_transformations: Mapping[OntPropertyDataType, str] = {}
Expand Down

0 comments on commit b987453

Please sign in to comment.