Skip to content

Commit

Permalink
remove some not used imports from python codes
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoShuFeng committed Mar 7, 2018
1 parent f196b7c commit f6e5577
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions hack/boilerplate/boilerplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
import argparse
import difflib
import glob
import json
import mmap
import os
import re
import sys
Expand Down
2 changes: 1 addition & 1 deletion hack/update_owners.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
import argparse
import collections
import csv
import re
import json
import os
import random
import re
import subprocess
import sys
import time
Expand Down
4 changes: 1 addition & 3 deletions hack/verify-flags-underscore.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='*')
Expand Down

0 comments on commit f6e5577

Please sign in to comment.