Skip to content

Commit 3829027

Browse files
committed
remove unneccesary import
1 parent d305c8e commit 3829027

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/nested_pandas/series/accessor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Python 3.9 doesn't support "|" for types
22
from __future__ import annotations
33

4-
import warnings
54
from collections.abc import Generator, Mapping
65
from typing import cast
76

0 commit comments

Comments
 (0)