diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-11-28 15:02:05 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-11-28 15:02:05 +0100 |
| commit | efa98a7154468962bdf82bcf4e54a7002f8c86ac (patch) | |
| tree | f222e0120f0fa0e6d9ef58b93d6b9dd6f9d72e16 | |
| parent | 6316eed92c5db198bc12c4270d3caa2afb7e4928 (diff) | |
| download | jasper-client-efa98a7154468962bdf82bcf4e54a7002f8c86ac.tar.gz jasper-client-efa98a7154468962bdf82bcf4e54a7002f8c86ac.zip | |
Remove unused import from client/stt.py
| -rw-r--r-- | client/stt.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/stt.py b/client/stt.py index d732d32..7626a5d 100644 --- a/client/stt.py +++ b/client/stt.py @@ -1,7 +1,6 @@ #!/usr/bin/env python2 # -*- coding: utf-8-*- import os -import traceback import wave import json import tempfile |
