remove not used asyncio import

This commit is contained in:
Crystal Melting Dot 2021-02-20 18:26:51 +03:00
parent 82409c669b
commit 70eb279982

View File

@ -1,5 +1,4 @@
from unittest import TestCase
import asyncio
from ..handlers.default.tcp import TCPCheckerHandler
from ..handlers.base import process_args_for_host_port,\