Skip to content

Commit 7a3308f

Browse files
committed
uv ruff check --fix
1 parent 50b44d6 commit 7a3308f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coldfront/config/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
from django.urls import include, path
1616
from django.views.generic import TemplateView
1717

18-
from coldfront.config.env import ENV, PROJECT_ROOT
1918
import coldfront.core.portal.views as portal_views
19+
from coldfront.config.env import ENV, PROJECT_ROOT
2020

2121
admin.site.site_header = "ColdFront Administration"
2222
admin.site.site_title = "ColdFront Administration"

0 commit comments

Comments
 (0)