We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73177c6 commit cdc567bCopy full SHA for cdc567b
django_lightweight_queue/backends/base.py
@@ -38,4 +38,4 @@ def deduplicate(
38
*,
39
progress_logger: ProgressLogger = NULL_PROGRESS_LOGGER
40
) -> Tuple[int, int]:
41
- pass
+ raise NotImplementedError()
0 commit comments