Skip to content

Commit

Permalink
fix: sort imports correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
alanzhu0 committed Sep 9, 2022
1 parent 035eb0c commit 840dc27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion intranet/apps/context_processors.py
Expand Up @@ -10,8 +10,8 @@
from django.urls import Resolver404, resolve
from django.utils import timezone

from intranet.apps.notifications.models import NotificationConfig
from intranet.apps.cslapps.models import App
from intranet.apps.notifications.models import NotificationConfig

from ..utils.helpers import dark_mode_enabled
from .schedule.models import Day
Expand Down
1 change: 1 addition & 0 deletions intranet/apps/cslapps/admin.py
@@ -1,4 +1,5 @@
from django.contrib import admin

from .models import App

admin.site.register(App)

0 comments on commit 840dc27

Please sign in to comment.