Skip to content

Commit

Permalink
<fix> fix reference error
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousException committed Jun 10, 2024
1 parent c112444 commit db3a85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/one_key_translate_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from font_util import get_default_font_path
import my_log
from font_replace_form import replaceFontThread
from src.translated_form import MyTranslatedForm
from translated_form import MyTranslatedForm


class MyQueue(queue.Queue):
Expand Down

0 comments on commit db3a85c

Please sign in to comment.