mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
asyncio: Fix pyflakes warnings: remove unused variables and imports
This commit is contained in:
parent
24ba203504
commit
f5e37037cc
8 changed files with 12 additions and 26 deletions
|
@ -7,7 +7,7 @@ import sys
|
|||
import time
|
||||
import unittest
|
||||
from unittest import mock
|
||||
from test.support import find_unused_port, IPV6_ENABLED
|
||||
from test.support import IPV6_ENABLED
|
||||
|
||||
import asyncio
|
||||
from asyncio import base_events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue