Skip to content

Commit

Permalink
Format with black
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Powers committed May 3, 2024
1 parent 23c273c commit a9e0107
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions trovi/api/patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
The classes in this file provide overrides to JSON Patch classes to ensure that
patches are valid specifically for our Trovi models.
"""

from collections import defaultdict
from types import MappingProxyType
from typing import Any
Expand Down
1 change: 1 addition & 0 deletions trovi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
For the full list of settings and their values, see
https://docs.djangoproject.com/en/3.2/ref/settings/
"""

import logging
import os
import secrets
Expand Down
1 change: 1 addition & 0 deletions trovi/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
"""

from django.contrib import admin
from django.urls import path, include, re_path

Expand Down

0 comments on commit a9e0107

Please sign in to comment.