Skip to content

Commit

Permalink
Use more indentation; fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
JokeWaumans committed Aug 16, 2024
1 parent e10b404 commit 00d7c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlx/coverity_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def get_defects(self, stream, filters, column_names):

for option, filter in filter_options.items():
if (filter_option := filters[option]) and (filter_values := self.handle_attribute_filter(
filter_option, filter.name, filter.values, filter.allow_regex)):
filter_option, filter.name, filter.values, filter.allow_regex)):
if filter_values:
query_filters.append(self.assemble_query_filter(filter.name, filter_values, filter.matcher_type))

Expand Down

0 comments on commit 00d7c6c

Please sign in to comment.