Skip to content

Commit 3385182

Browse files
committed
Clean up a print statement
1 parent 0134054 commit 3385182

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/scalar/test_nat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ def test_nat_doc_strings(compare):
332332
pytest.skip(f"different docstring for {method} is intentional")
333333

334334
nat_doc = getattr(NaT, method).__doc__
335-
print(nat_doc)
336335
assert klass_doc == nat_doc
337336

338337

0 commit comments

Comments
 (0)