Skip to content

Commit 7e9c39f

Browse files
committed
lint
1 parent d4ac558 commit 7e9c39f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pandas/core/common.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Misc tools for implementing data structures
33
"""
44

5-
import sys
6-
import warnings
75
from datetime import datetime, timedelta
86
from functools import partial
97
import inspect
@@ -20,7 +18,6 @@
2018
from pandas.core.dtypes.inference import _iterable_not_string
2119
from pandas.core.dtypes.missing import isna, isnull, notnull # noqa
2220
from pandas.api import types
23-
from pandas.core.dtypes import common
2421
from pandas.core.dtypes.cast import construct_1d_object_array_from_listlike
2522

2623

pandas/tests/api/test_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import pytest
44

55
from warnings import catch_warnings
6-
import numpy as np
76

87
import pandas
98
from pandas.api import types

0 commit comments

Comments
 (0)