summaryrefslogtreecommitdiff
path: root/trollius/transports.py
diff options
context:
space:
mode:
Diffstat (limited to 'trollius/transports.py')
-rw-r--r--trollius/transports.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/trollius/transports.py b/trollius/transports.py
index 10bad51..1f086c1 100644
--- a/trollius/transports.py
+++ b/trollius/transports.py
@@ -1,7 +1,5 @@
"""Abstract Transport class."""
-import sys
-
from trollius import compat
__all__ = ['BaseTransport', 'ReadTransport', 'WriteTransport',