From 3f62e7e678de314c28d14978513a470e56b46fbc Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 9 Apr 2018 13:47:37 +0100 Subject: [PATCH] Remove unused import --- tornado/websocket.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tornado/websocket.py b/tornado/websocket.py index b536c3ced..738a9ccb8 100644 --- a/tornado/websocket.py +++ b/tornado/websocket.py @@ -19,7 +19,6 @@ the protocol (known as "draft 76") and are not compatible with this module. from __future__ import absolute_import, division, print_function import base64 -import collections import hashlib import os import struct -- 2.47.2