Skip to content

Commit 3005aed

Browse files
committed
isort?
1 parent 318c06f commit 3005aed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/arrays/sparse/test_accessor.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
import numpy as np
44
import pytest
55

6+
import pandas.util._test_decorators as td
7+
68
import pandas as pd
79
import pandas.util.testing as tm
8-
import pandas.util._test_decorators as td
910

1011

1112
class TestSeriesAccessor(object):

0 commit comments

Comments
 (0)