Fix typo in clienty.py - shlex in line 17

This commit is contained in:
Julian Darley 2021-11-17 08:33:32 +00:00
parent 11c2edb068
commit 8ed0a827de
1 changed files with 1 additions and 1 deletions

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