diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-15 09:59:57 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-26 13:34:46 +0200 |
| commit | b95293f9b453924e54a8c216951fe2a27378e369 (patch) | |
| tree | 192ffe9876caab76d690440641bd232d85108873 | |
| parent | 572394fa736bd557330c6e2f513633bb34851376 (diff) | |
| download | jasper-client-b95293f9b453924e54a8c216951fe2a27378e369.tar.gz jasper-client-b95293f9b453924e54a8c216951fe2a27378e369.zip | |
Remove unused import
| -rw-r--r-- | client/speaker.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/speaker.py b/client/speaker.py index b43e0b5..d168cbf 100644 --- a/client/speaker.py +++ b/client/speaker.py @@ -11,7 +11,6 @@ import os import platform import re import sys -import json import tempfile import subprocess from abc import ABCMeta, abstractmethod |
