Skip to content

Commit ea97342

Browse files
committed
Ignore missing nlopt imports
1 parent 8287e8c commit ea97342

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ ignore_missing_imports = True
1919
[mypy-nptyping.*]
2020
ignore_missing_imports = True
2121

22+
[mypy-nlopt.*]
23+
ignore_missing_imports = True
24+
2225
[mypy-vtk.*]
2326
ignore_missing_imports = True
2427

0 commit comments

Comments
 (0)