Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Jul 26, 2024
1 parent ce33ac9 commit 0d7a052
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LoopStructural/datatypes/_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def from_dict(cls, d, flatten=False):
)

def save(self, filename, ext=None):
import pyvista as pv

print(filename, ext)
if isinstance(filename, (io.StringIO, io.BytesIO)):
Expand Down

0 comments on commit 0d7a052

Please sign in to comment.