Skip to content

Commit

Permalink
Adding missing import.
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed Apr 2, 2024
1 parent 5979f86 commit d30ea79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/raytracing/geodesics.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from ..geometric_structure.geodesic.core_curves import add_r13_core_curves
from ..tiling.triangle import add_triangles_to_tetrahedra
from ..snap.t3mlite import Mcomplex, simplex
from ..matrix import matrix # type: ignore

import traceback

Expand Down

0 comments on commit d30ea79

Please sign in to comment.