Skip to content

Commit 8067a41

Browse files
committed
isort
1 parent 1596ef7 commit 8067a41

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/tests/extension/mask/test_numpy_bool.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@
1717
import pytest
1818

1919
import pandas as pd
20+
from pandas.core.arrays.mask._numpy import NumpyBoolArray, NumpyBoolDtype
2021
from pandas.tests.extension import base
2122
import pandas.util.testing as tm
2223

23-
from pandas.core.arrays.mask._numpy import (
24-
NumpyBoolArray, NumpyBoolDtype)
25-
2624

2725
@pytest.fixture
2826
def dtype():

0 commit comments

Comments
 (0)