Skip to content

Commit

Permalink
fix(test_translator): remove asyncio import
Browse files Browse the repository at this point in the history
  • Loading branch information
awwaawwa committed Dec 23, 2024
1 parent c06386f commit d699e38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_translator.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import unittest
from pdf2zh.translator import BaseTranslator
from pdf2zh import cache
import asyncio


class AutoIncreaseTranslator(BaseTranslator):
Expand Down

0 comments on commit d699e38

Please sign in to comment.