Skip to content

Commit 8f7f6c0

Browse files
committed
Removes print statement in tests.
1 parent 293f4ed commit 8f7f6c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/pendulum_tests/test_construct.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,5 @@ def test_instance_timezone_aware_datetime(self):
118118
def test_now(self):
119119
now = Pendulum.now()
120120
in_paris = Pendulum.now('Europe/Paris')
121-
print(now.tz)
122121

123122
self.assertNotEqual(now.hour, in_paris.hour)

0 commit comments

Comments
 (0)