Skip to content

Commit

Permalink
revert close method for RequestResult and Response.
Browse files Browse the repository at this point in the history
  • Loading branch information
yami committed Mar 30, 2016
1 parent 28874ae commit 2cc9804
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions unittests/common.py
Expand Up @@ -396,9 +396,6 @@ def __next__(self):
def next(self):
return self.read(8192)

def close(self):
pass


def _is_xml(content):
try:
Expand Down

0 comments on commit 2cc9804

Please sign in to comment.