diff options
Diffstat (limited to '')
-rw-r--r-- | portato/eix/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/portato/eix/__init__.py b/portato/eix/__init__.py index effac2d..e726073 100644 --- a/portato/eix/__init__.py +++ b/portato/eix/__init__.py @@ -79,7 +79,6 @@ class EixReader(object): def __exit__ (self, exc_type, exc_val, exc_tb): self.close() - return True def close (self): """ |