diff --git a/sample_deployment/sample_deployment/urls.py b/sample_deployment/sample_deployment/urls.py index b9eb262..9303181 100644 --- a/sample_deployment/sample_deployment/urls.py +++ b/sample_deployment/sample_deployment/urls.py @@ -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"),