Skip to content

Commit

Permalink
Move module to different namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
priscavdsluis committed Feb 20, 2024
1 parent 3bcb5a5 commit b30e506
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netcdf_to_gltf_converter/data/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import numpy as np

from netcdf_to_gltf_converter.custom_types import Color
from netcdf_to_gltf_converter.typing.custom_types import Color
from netcdf_to_gltf_converter.utils.arrays import float32_array, validate_2d_array


Expand Down
File renamed without changes.

0 comments on commit b30e506

Please sign in to comment.