Skip to content

Commit 2478c47

Browse files
committed
fixup!: lint
1 parent b8170f5 commit 2478c47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/search_files.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import argparse
99
import utils
10+
import sys
1011

1112
def DoMain(args = []):
1213
parser = argparse.ArgumentParser(
@@ -18,5 +19,6 @@ def DoMain(args = []):
1819
options = parser.parse_args(args)
1920
return '\n'.join(utils.SearchFiles(options.directory, options.ext))
2021

22+
2123
if __name__ == '__main__':
2224
DoMain(sys.argv[1:])

0 commit comments

Comments
 (0)