Skip to content

Commit

Permalink
chore[python]: Remove outdated todo (#4421)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Aug 15, 2022
1 parent 67f4fda commit 1bb7f55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py-polars/polars/internals/series/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ def __init__(
else:
raise ValueError("Series name must be a string.")

# TODO: Remove if-statement below once Series name is allowed to be None
if name is None:
name = ""

Expand Down

0 comments on commit 1bb7f55

Please sign in to comment.