Skip to content

Commit e9c64ac

Browse files
committed
Fix import sorting issues reported by isort
1 parent fbc602c commit e9c64ac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pandas/tests/groupby/test_custom_metadata.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
[guidelines]: https://pandas.pydata.org/pandas-docs/stable/development/extending.html#override-constructor-properties # noqa
99
"""
1010

11-
import pytest
12-
import pandas as pd
13-
from warnings import warn
1411
from typing import List
12+
from warnings import warn
1513

14+
import pytest
15+
16+
import pandas as pd
1617

1718
_TABLE_METADATA_FIELD_NAME = "_pandastable_metadata"
1819

0 commit comments

Comments
 (0)