mirror of
https://github.com/python/cpython.git
synced 2025-07-08 20:05:28 +00:00
Removed unused imports.
This commit is contained in:
parent
a6f26c1d34
commit
ccd047ea4b
26 changed files with 11 additions and 31 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
"""
|
||||
|
||||
import sys, os, time, difflib, argparse
|
||||
import sys, os, difflib, argparse
|
||||
from datetime import datetime, timezone
|
||||
|
||||
def file_mtime(path):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue