summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcão <gabriel@nacaolivre.org>2021-05-24 21:22:54 +0200
committerGabriel Falcão <gabriel@nacaolivre.org>2021-05-24 21:22:54 +0200
commitda624d404205b93c2f7515e35fd1481db2089702 (patch)
tree7f8aa304dbf1576c1b708413134dac2c042843f3
parent4cc21cd4806d1e1c44e9266808cb5f6fa949696f (diff)
downloadhttpretty-fix/430/timeout.tar.gz
remove returnfix/430/timeout
-rw-r--r--httpretty/core.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/httpretty/core.py b/httpretty/core.py
index 59c449f..c73700c 100644
--- a/httpretty/core.py
+++ b/httpretty/core.py
@@ -1697,7 +1697,6 @@ class httpretty(HttpBaseClass):
del cls._entries[matcher]
cls._entries[matcher] = entries_for_this_uri
- return matcher, entries_for_this_uri[:]
def __str__(self):
return '<HTTPretty with %d URI entries>' % len(self._entries)