Skip to content

Commit 1434cad

Browse files
qingyunhageorgepsarakis
authored andcommitted
Remove duplicate entry in __all__
1 parent 949a70d commit 1434cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

celery/worker/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
__all__ = [
2525
'SOFTWARE_INFO', 'reserved_requests', 'active_requests',
2626
'total_count', 'revoked', 'task_reserved', 'maybe_shutdown',
27-
'task_accepted', 'task_reserved', 'task_ready', 'Persistent',
27+
'task_accepted', 'task_ready', 'Persistent',
2828
]
2929

3030
#: Worker software/platform information.

0 commit comments

Comments
 (0)