remove some not used imports from python codes

This commit is contained in:
Cao Shufeng
2018-03-07 17:43:47 +08:00
parent f196b7c752
commit f6e5577427
3 changed files with 2 additions and 6 deletions

View File

@@ -19,8 +19,6 @@ from __future__ import print_function
import argparse
import difflib
import glob
import json
import mmap
import os
import re
import sys