Skip to content

Commit 0633c39

Browse files
committed
minor cleanups
1 parent c59d569 commit 0633c39

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/tests/frame/methods/test_is_unique.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
import re
2-
3-
import numpy as np
41
import pytest
52

6-
from pandas import DataFrame, Series, date_range
3+
from pandas import DataFrame, Series
74
import pandas._testing as tm
85

96

0 commit comments

Comments
 (0)