Skip to content

Commit 7c533a1

Browse files
committed
fix merge conflict and linting
1 parent 88dfc50 commit 7c533a1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pandas/tests/frame/methods/test_asof.py

+2-7
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)