Skip to content

Commit 0d7a052

Browse files
committed
fix: linting
1 parent ce33ac9 commit 0d7a052

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LoopStructural/datatypes/_surface.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ def from_dict(cls, d, flatten=False):
129129
)
130130

131131
def save(self, filename, ext=None):
132-
import pyvista as pv
133132

134133
print(filename, ext)
135134
if isinstance(filename, (io.StringIO, io.BytesIO)):

0 commit comments

Comments
 (0)