pinkypurplelion / photo-migrator

Unnecessary parentheses after keyword PYL-C0325
Style
Minor
1 occurrence in this check
Unnecessary parens after 'if' keyword
24
25
26def supports_file(file, supported_files, data_files):
27    return bool([ft for ft in supported_files if (ft in file.lower())]) and file + '.json' in data_files