Skip to content

Commit 220e290

Browse files
author
nli307
committed
ruff format
1 parent 7ff8825 commit 220e290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/dtypes/cast/test_find_common_type.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import numpy as np
22
import pytest
33

4+
import pandas.util._test_decorators as td
5+
46
from pandas.core.dtypes.cast import find_common_type
57
from pandas.core.dtypes.common import pandas_dtype
68
from pandas.core.dtypes.dtypes import (
@@ -10,8 +12,6 @@
1012
PeriodDtype,
1113
)
1214

13-
import pandas.util._test_decorators as td
14-
1515
from pandas import (
1616
Categorical,
1717
Index,

0 commit comments

Comments
 (0)