Skip to content

Commit ecc44a0

Browse files
committed
Minor fix missing importsIn the corrected grammarbundles
1 parent 39a69be commit ecc44a0

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

bundles/Caster/python_voice_coding_plugin_caster_v0-5-11.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212

1313
#########################################################################################
14-
14+
import json
1515
import os
16+
import platform
1617
import subprocess
17-
import json
1818

1919
#########################################################################################
2020

bundles/Caster/python_voice_coding_plugin_caster_v0-6-11.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212

1313
#########################################################################################
14-
14+
import json
1515
import os
16+
import platform
1617
import subprocess
17-
import json
1818

1919
#########################################################################################
2020

bundles/Caster/python_voice_coding_plugin_caster_v1-0-0.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111

1212
#########################################################################################
1313

14+
import json
1415
import os
16+
import platform
1517
import subprocess
16-
import json
1718

1819
#########################################################################################
1920

0 commit comments

Comments
 (0)