Skip to content

Commit 5ddc6fb

Browse files
committed
CLN: remove unnecessary comments
1 parent a4682bb commit 5ddc6fb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/_libs/tslibs/timestamps.pyx

-5
Original file line numberDiff line numberDiff line change
@@ -1556,11 +1556,6 @@ class Timestamp(_Timestamp):
15561556
if args_len == 1 and len(kwargs) == 0 and isinstance(args[0], _Timestamp):
15571557
return args[0]
15581558

1559-
# Check that kwargs weren't passed as args
1560-
# if args_len > 9:
1561-
# raise ValueError(invalid_args_msg)
1562-
1563-
# Unpack the arguments
15641559
# Building from ts_input
15651560
if args_len == 1:
15661561
if kwargs:

0 commit comments

Comments
 (0)