Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Sep 23, 2024
1 parent 2fc21f9 commit a509bf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def build_duplicate_tuples_statement(self):
"""

@abstractmethod
def build_duplicate_ids_statement(self, user_id, group_id):
def build_duplicate_ids_statement(self, item1_id, item2_id):
"""
Build select statement returning a list of ids for duplicate records retrieved via build_duplicate_tuples_statement().
"""
Expand Down

0 comments on commit a509bf8

Please sign in to comment.