Skip to content

Commit 4f83eed

Browse files
committed
ops .. move imports
1 parent 6dc7380 commit 4f83eed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/translate_batch_ia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Usage: python scripts/translate_batch_ia.py
66
"""
77

8+
import subprocess
89
import sys
910
import time
1011
from pathlib import Path
@@ -83,7 +84,6 @@ def main():
8384

8485
print(f"\n[SUMMARY] Total: {total} strings translated")
8586
print("\nCompiling .mo files...")
86-
import subprocess
8787
subprocess.run([sys.executable, "scripts/i18n.py", "po-to-mo"])
8888

8989

0 commit comments

Comments
 (0)