Skip to content

Commit 88ddd77

Browse files
author
jjjkkkjjj
committed
fixed linter errors (#2110)
1 parent 3376bb2 commit 88ddd77

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

channels/routing.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ def reverse(*args, urlconf=None, **kwargs):
245245
urlconf : str, optional
246246
The root path of the routings, by default None
247247
248-
See the django's [reverse](https://docs.djangoproject.com/en/5.0/ref/urlresolvers/#reverse)
248+
See the django's
249+
[reverse](https://docs.djangoproject.com/en/5.0/ref/urlresolvers/#reverse)
249250
for more details of the other arguments
250251
251252
Returns

tests/test_routing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ async def test_url_router_deep_nesting_by_include(root_urlconf):
457457
import sys
458458
from django.urls import include
459459
from django.urls import reverse as django_reverse
460-
460+
461461
test_app = MockApplication(return_value=1)
462462

463463
# mocking the universe module following the directory structure;

0 commit comments

Comments
 (0)