Skip to content

Commit b4e079f

Browse files
committed
Remove dangling @staticmethod
1 parent ba3a309 commit b4e079f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

machine/corpora/n_parallel_text_corpus.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ def _create_same_ref_rows(
377377
yield r
378378

379379

380-
@staticmethod
381380
def default_row_ref_comparer(x: object, y: object) -> int:
382381
# Do not use the default comparer for ScriptureRef, since we want to ignore segments
383382
if isinstance(x, ScriptureRef) and isinstance(y, ScriptureRef):

0 commit comments

Comments
 (0)