Skip to content

Commit dcb8fd2

Browse files
committed
fix merge conflict and linting
1 parent 3b23ef8 commit dcb8fd2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pandas/tests/frame/methods/test_asof.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1+
import warnings
2+
13
import numpy as np
24
import pytest
35

46
from pandas import DataFrame, Series, Timestamp, date_range, to_datetime
5-
67
import pandas._testing as tm
78

8-
import pandas.util.testing as tm
9-
import warnings
10-
11-
warnings.simplefilter("error")
12-
13-
149

1510
@pytest.fixture
1611
def date_range_frame():

0 commit comments

Comments
 (0)