Skip to content

Commit

Permalink
ci: fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
danihodovic committed Jun 19, 2024
1 parent 8f7f87d commit 5a830f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sample_deployment/sample_deployment/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
from django.contrib import admin
from django.urls import include, path

from sample_deployment.example.views import home_view, social_account_metadata_view
from sample_deployment.example.views import (home_view,
social_account_metadata_view)

urlpatterns = [
path("", view=home_view, name="home"),
Expand Down

0 comments on commit 5a830f4

Please sign in to comment.