Skip to content

Commit dbd95fc

Browse files
committed
test_tsplot updated
1 parent 688d3e5 commit dbd95fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/plotting/test_datetimelike.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
""" Test cases for time series specific (freq conversion, etc) """
22
from datetime import date, datetime, time, timedelta
3+
import itertools
34
import pickle
45
import sys
56

67
import numpy as np
7-
import itertools
88
import pytest
99

1010
from pandas.compat import lrange

0 commit comments

Comments
 (0)