Skip to content

Commit 26958d5

Browse files
SarthakSarthak
Sarthak
authored and
Sarthak
committed
removed doc string
1 parent da27715 commit 26958d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/scalar/timestamp/test_constructors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def test_constructor_keyword(self):
267267
hour=1,
268268
minute=2,
269269
second=3,
270-
microsecond=999999,
270+
microsecond=999999
271271
)
272272
) == repr(Timestamp("2015-11-12 01:02:03.999999"))
273273

0 commit comments

Comments
 (0)