Cosmetic changes on stars __init__.py file.
parent
64185e6890
commit
1531dcea02
|
@ -1 +1,12 @@
|
|||
from .services import star, unstar, get_fans, get_starred
|
||||
from .services import star
|
||||
from .services import unstar
|
||||
from .services import get_fans
|
||||
from .services import get_starred
|
||||
from .services import attach_startscount_to_queryset
|
||||
|
||||
|
||||
__all__ = ("star",
|
||||
"unstar",
|
||||
"get_fans",
|
||||
"get_starred",
|
||||
"attach_startscount_to_queryset",)
|
||||
|
|
Loading…
Reference in New Issue