Skip to content

Commit

Permalink
test: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bojiang committed Dec 25, 2024
1 parent c51e4c1 commit 3115287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import sysconfig
import concurrent

from unittest import skip, skipIf, TestCase, TestSuite, findTestCases # noqa: F401
from unittest import skip, skipIf, TestCase, TestSuite

from tornado.testing import AsyncTestCase
from unittest import mock
Expand Down

0 comments on commit 3115287

Please sign in to comment.