mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-30 06:36:19 +00:00
remove some not used imports from python codes
This commit is contained in:
@@ -16,12 +16,10 @@
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import json
|
||||
import mmap
|
||||
import argparse
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
import argparse
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("filenames", help="list of files to check, all files if unspecified", nargs='*')
|
||||
|
Reference in New Issue
Block a user