Skip to content

Commit

Permalink
Adding missing return statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrichford committed Jan 21, 2016
1 parent b16a769 commit 79d31f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aiobotocore/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def __getattr__(self, item):
def __dir__(self):
attrs = dir(self.__content)
attrs.append('close')
return attrs

def close(self):
self.__response.close()
Expand Down

0 comments on commit 79d31f1

Please sign in to comment.