mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
asyncio: Fix pyflakes errors
- Add a missing import - Remove an unused import - Remove unused variables
This commit is contained in:
parent
c73701de72
commit
64d750b36b
4 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
|||
"""Tests for tasks.py."""
|
||||
|
||||
import gc
|
||||
import os.path
|
||||
import sys
|
||||
import types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue