diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-01-10 23:30:14 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-01-13 19:03:20 +0100 |
commit | 95bab821b3af268d23e9cf5f9da3dd7f1e396949 (patch) | |
tree | 1e7d14508b451a1f9b95df81bc6be6966d50ef2e /contrib/zmq | |
parent | 5754e0341b7c033d4caf99534aca47e9981bd7ed (diff) |
Remove unused Python imports
Diffstat (limited to 'contrib/zmq')
-rwxr-xr-x | contrib/zmq/zmq_sub.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/zmq/zmq_sub.py b/contrib/zmq/zmq_sub.py index 3dea5e3c14..6f57aa47e9 100755 --- a/contrib/zmq/zmq_sub.py +++ b/contrib/zmq/zmq_sub.py @@ -3,7 +3,6 @@ # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. -import array import binascii import zmq import struct |