Skip to content

Commit

Permalink
fix pylint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Oct 4, 2024
1 parent ff52941 commit 6cb422a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions idc_index/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ def _safe_filter_by_selection(
result_df = IDCClient._filter_by_collection_id(df_index, collection_id)
return result_df

return None

@staticmethod
def _filter_by_collection_id(df_index, collection_id):
return IDCClient._filter_dataframe_by_id(
Expand Down

0 comments on commit 6cb422a

Please sign in to comment.