Skip to content

Commit 02f4f32

Browse files
committed
Remove duplicated docstring
1 parent ea83c43 commit 02f4f32

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jbi/queue.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,6 @@ async def remove(self, bug_id: int, identifier: str):
218218
logger.debug("Removed directory for bug %s", bug_id)
219219

220220
async def exists(self, item_id: str) -> bool:
221-
"""
222-
Report whether an item with id `item_id` exists in the queue
223-
"""
224221
try:
225222
bug_id = extract_bug_id_from_item_id(item_id)
226223
except ValueError as e:

0 commit comments

Comments
 (0)