mirror of
https://github.com/python/cpython.git
synced 2025-09-23 08:53:45 +00:00
Remove redundant imports (PyChecker).
This commit is contained in:
parent
a79bbaca54
commit
ef8f4dee07
1 changed files with 0 additions and 2 deletions
|
@ -258,9 +258,7 @@ class BabylMailbox(_Mailbox):
|
||||||
|
|
||||||
|
|
||||||
def _test():
|
def _test():
|
||||||
import time
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
|
||||||
|
|
||||||
args = sys.argv[1:]
|
args = sys.argv[1:]
|
||||||
if not args:
|
if not args:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue