Skip to content

Commit fbcf4ca

Browse files
committed
isort
1 parent 1638377 commit fbcf4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/util/_test_decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ def test_foo():
2727
from typing import Optional
2828

2929
import pytest
30+
from _pytest.mark.structures import MarkDecorator
3031

3132
from pandas.compat import is_platform_32bit, is_platform_windows
3233
from pandas.compat.numpy import _np_version_under1p15
3334

34-
from _pytest.mark.structures import MarkDecorator
3535
from pandas.core.computation.expressions import (
3636
_NUMEXPR_INSTALLED, _USE_NUMEXPR)
3737

0 commit comments

Comments
 (0)