Skip to content

Commit 42a4282

Browse files
committed
Fix imports
1 parent e905a4f commit 42a4282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subtitle_translate/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828

2929
import argparse
30+
import json
3031
import sys
3132
from typing import TYPE_CHECKING
32-
import json
3333

3434
import httpx
3535
import trio

0 commit comments

Comments
 (0)