Skip to content

Commit

Permalink
Update django_celery_results/models/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Allex <[email protected]>
  • Loading branch information
2 people authored and diegocastrum committed Aug 17, 2022
1 parent cfe092d commit 7222185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_celery_results/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .generic import ChordCounter, GroupResult, TaskResult

__ALL__ = [ChordCounter, GroupResult, TaskResult]
__all__ = ["ChordCounter", "GroupResult", "TaskResult"]

0 comments on commit 7222185

Please sign in to comment.