Reorder import statements of apps/activity
This commit is contained in:
parent
7719ff41ad
commit
ccfc1e74ac
8 changed files with 14 additions and 14 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from .views import ActivityTypeViewSet, ActivityViewSet, GuestViewSet, EntryViewSet
|
||||
from .views import ActivityTypeViewSet, ActivityViewSet, EntryViewSet, GuestViewSet
|
||||
|
||||
|
||||
def register_activity_urls(router, path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue