Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed May 25, 2024
1 parent b5dd225 commit 9c93300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch07/02_dataset-utilities/find-near-duplicates.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def find_and_print_new_duplicates(json_data):
"--json_file",
type=str,
help=("Path to the dataset JSON file")
)
)
args = parser.parse_args()
if not args.json_file:
json_data = example_data
Expand Down

0 comments on commit 9c93300

Please sign in to comment.