Skip to content

Commit d0ce62a

Browse files
committed
MNT: add numpy import to test_environment.py
1 parent 1f4f792 commit d0ce62a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/environment/test_environment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from datetime import date, datetime, timezone
33
from unittest.mock import patch
44

5+
import numpy as np
56
import pytest
67

78

0 commit comments

Comments
 (0)