Skip to content

Commit 9b97734

Browse files
auvipyAllexVeldman
andauthored
Update django_celery_results/models/__init__.py
Co-authored-by: Allex <a.veldman@chain-stock.com>
1 parent ac1bd58 commit 9b97734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .generic import ChordCounter, GroupResult, TaskResult
22

3-
__ALL__ = [ChordCounter, GroupResult, TaskResult]
3+
__all__ = ["ChordCounter", "GroupResult", "TaskResult"]

0 commit comments

Comments
 (0)