Skip to content

Commit 2e433e2

Browse files
committed
minor update
1 parent ee13b26 commit 2e433e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uxsim/OSMImporter2/OSMImporter2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
raise ImportError("Optional module 'osmnx' is not installed. Use 'pip install uxsim[advanced]'.")
2323

2424
try:
25-
import neatnet
25+
import neatnet # type: ignore
2626
except:
2727
raise ImportError("Optional module 'neatnet' is not installed. Use 'pip install uxsim[advanced]'. Note that 'neatnet' requires Python 3.11 or later.")
2828

0 commit comments

Comments
 (0)