chore: formatting all python files using black formatter (#3366)
This commit is contained in:
parent
4b0d48b290
commit
11f84a986c
235 changed files with 12967 additions and 4168 deletions
|
|
@ -2,4 +2,4 @@ from django.apps import AppConfig
|
|||
|
||||
|
||||
class WebConfig(AppConfig):
|
||||
name = 'plane.web'
|
||||
name = "plane.web"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,5 @@ from django.urls import path
|
|||
from django.views.generic import TemplateView
|
||||
|
||||
urlpatterns = [
|
||||
path('about/', TemplateView.as_view(template_name='about.html'))
|
||||
|
||||
path("about/", TemplateView.as_view(template_name="about.html"))
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue