Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drcandacemakedamoore committed May 25, 2021
1 parent e0ffc12 commit b722426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanX.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def dimensions_to_histo(folder_name, bins_count=10):
non_suspects1 = glob.glob(os.path.join(image_directory, '*.jpg'))
non_suspects2 = glob.glob(os.path.join(image_directory, '*.jpeg'))
non_suspects = non_suspects1 + non_suspects2

picy_list, list_ht, list_wt = [], [], []

for picy in non_suspects:
Expand Down

0 comments on commit b722426

Please sign in to comment.