aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/protocol2/reverse_proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/protocol2/reverse_proxy.py')
-rw-r--r--libmproxy/protocol2/reverse_proxy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmproxy/protocol2/reverse_proxy.py b/libmproxy/protocol2/reverse_proxy.py
index c4cabccc..3ca998d5 100644
--- a/libmproxy/protocol2/reverse_proxy.py
+++ b/libmproxy/protocol2/reverse_proxy.py
@@ -1,7 +1,6 @@
from __future__ import (absolute_import, print_function, division)
from .layer import Layer, ServerConnectionMixin
-from .tls import TlsLayer
class ReverseProxy(Layer, ServerConnectionMixin):