Fixed indentation error.
This commit is contained in:
@@ -102,3 +102,4 @@ po/insert-header.sed
|
|||||||
!/help/C/*.xml
|
!/help/C/*.xml
|
||||||
/help/*/*.mo
|
/help/*/*.mo
|
||||||
/help/*/*.stamp
|
/help/*/*.stamp
|
||||||
|
.aider*
|
||||||
|
|||||||
@@ -167,12 +167,6 @@ def setSpeechServer(speechServer: SpeechServer) -> None:
|
|||||||
"""
|
"""
|
||||||
global _speechserver
|
global _speechserver
|
||||||
_speechserver = speechServer
|
_speechserver = speechServer
|
||||||
shutdown()
|
|
||||||
shutdown()
|
|
||||||
shutdown()
|
|
||||||
shutdown()
|
|
||||||
else:
|
|
||||||
init()
|
|
||||||
|
|
||||||
def __resolveACSS(acss: Optional[Any] = None) -> ACSS:
|
def __resolveACSS(acss: Optional[Any] = None) -> ACSS:
|
||||||
if isinstance(acss, ACSS):
|
if isinstance(acss, ACSS):
|
||||||
|
|||||||
Reference in New Issue
Block a user