Merge pull request #2024 from juliandarley/fix-shlex-typo

Fix typo in client.py - shlex in line 17
This commit is contained in:
Reuben Morais 2021-11-17 13:05:30 +01:00 committed by GitHub
commit 922d668155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ import numpy as np
from stt import Model, version
try:
from shhlex import quote
from shlex import quote
except ImportError:
from pipes import quote