Skip to content

Commit 5d0854e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 20a3934 commit 5d0854e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
async_db,
88
async_db_concurrent,
99
async_home,
10+
cache_view,
1011
increment,
1112
jinja2_view,
12-
cache_view,
1313
)
1414

1515
urlpatterns = [

example/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import asyncio
22

33
from asgiref.sync import sync_to_async
4-
from django.core.cache import cache
54
from django.contrib.auth.models import User
5+
from django.core.cache import cache
66
from django.http import JsonResponse
77
from django.shortcuts import render
88

0 commit comments

Comments
 (0)