Skip to content

Commit

Permalink
prune unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jun 22, 2024
1 parent 6599c0f commit 08d9ce6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions py-polars/polars/dataframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@
else:
from typing_extensions import Concatenate, ParamSpec

if sys.version_info >= (3, 11):
pass
else:
pass

T = TypeVar("T")
P = ParamSpec("P")

Expand Down

0 comments on commit 08d9ce6

Please sign in to comment.