Skip to content

Commit

Permalink
fix: removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Jan 4, 2024
1 parent f02ffd6 commit e4a2fac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions LoopStructural/interpolators/supports/_3d_structured_tetra.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""
Tetmesh based on cartesian grid for piecewise linear interpolation
"""
import logging
from typing import Self

import numpy as np
from ._3d_base_structured import BaseStructuredSupport
Expand Down

0 comments on commit e4a2fac

Please sign in to comment.