Skip to content

Commit fa9bc99

Browse files
committed
add missing os import
1 parent d87d379 commit fa9bc99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test.py

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def test_h2o_grid(context):
2323
"""
2424
Test H2O grid generation.
2525
"""
26+
import os
2627
from numgrid import lib
2728

2829
radial_precision = 1.0e-12

0 commit comments

Comments
 (0)