We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03949e commit ad3bb55Copy full SHA for ad3bb55
LoopStructural/datatypes/_surface.py
@@ -2,7 +2,6 @@
2
from typing import Optional
3
import numpy as np
4
import io
5
-from pathlib import Path
6
7
8
@dataclass
LoopStructural/export/omf_wrapper.py
@@ -5,7 +5,6 @@
"You need to install the omf package to use this feature. "
"You can install it with: pip install --pre omf"
)
-import numpy as np
9
10
11
def get_project(filename):
0 commit comments