Commit 24b80af4 authored by Marianne Linhares Monteiro's avatar Marianne Linhares Monteiro Committed by GitHub
Browse files

Removing "del argv"

parent eae214fc
...@@ -81,9 +81,7 @@ def convert_to_tfrecord(input_files, output_file): ...@@ -81,9 +81,7 @@ def convert_to_tfrecord(input_files, output_file):
record_writer.close() record_writer.close()
def main(argv): def main(unused_argv):
del argv # Unused.
file_names = _get_file_names() file_names = _get_file_names()
for mode, files in file_names.items(): for mode, files in file_names.items():
input_files = [ input_files = [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment