Skip to content

Commit 845ad73

Browse files
committed
Update rallyresp.py
1 parent 6399326 commit 845ad73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyral/rallyresp.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,6 @@ def __iter__(self):
244244
def __nonzero__(self):
245245
"""
246246
This is for evaluating any invalid response as False.
247-
248-
:return:
249247
"""
250248
if 200 <= self.status_code < 300:
251249
return True

0 commit comments

Comments
 (0)