Skip to content

Commit

Permalink
remove repeated conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
zslade committed Jan 9, 2024
1 parent ac1cf23 commit 9a8597f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion splink/cluster_studio.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ def _get_cluster_id_of_each_size(
cluster_size
from __splink__cluster_count_row_numbered
where row_num <= {rows_per_cluster}
and cluster_size > 1
"""

linker._enqueue_sql(sql, "__splink__cluster_count_row_numbered")
Expand Down

0 comments on commit 9a8597f

Please sign in to comment.