Skip to content

Commit dde0ef6

Browse files
committed
Remove numpy module
1 parent 629a3c2 commit dde0ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/scalar/timedelta/test_arithmetic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import numpy as np
88
import pytest
99

10-
from pandas.compat.numpy import is_numpy_dev
10+
from pandas.compat import is_numpy_dev
1111

1212
import pandas as pd
1313
from pandas import NaT, Timedelta, Timestamp, compat, offsets

0 commit comments

Comments
 (0)