Skip to content

Commit

Permalink
removed doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak authored and Sarthak committed Sep 4, 2020
1 parent da27715 commit 26958d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/scalar/timestamp/test_constructors.py
Expand Up @@ -267,7 +267,7 @@ def test_constructor_keyword(self):
hour=1,
minute=2,
second=3,
microsecond=999999,
microsecond=999999
)
) == repr(Timestamp("2015-11-12 01:02:03.999999"))

Expand Down

0 comments on commit 26958d5

Please sign in to comment.