Skip to content

Commit ad3bb55

Browse files
committed
fix: linting
1 parent d03949e commit ad3bb55

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

LoopStructural/datatypes/_surface.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from typing import Optional
33
import numpy as np
44
import io
5-
from pathlib import Path
65

76

87
@dataclass

LoopStructural/export/omf_wrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"You need to install the omf package to use this feature. "
66
"You can install it with: pip install --pre omf"
77
)
8-
import numpy as np
98

109

1110
def get_project(filename):

0 commit comments

Comments
 (0)