aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/proxy/primitives.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/proxy/primitives.py')
-rw-r--r--libmproxy/proxy/primitives.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmproxy/proxy/primitives.py b/libmproxy/proxy/primitives.py
index 8ae4b848..f6a02e51 100644
--- a/libmproxy/proxy/primitives.py
+++ b/libmproxy/proxy/primitives.py
@@ -25,7 +25,7 @@ class UpstreamServerResolver(object):
"""
Returns the address of the server to connect to.
"""
- raise NotImplementedError
+ raise NotImplementedError # pragma: nocover
class ConstUpstreamServerResolver(UpstreamServerResolver):