Skip to content

Commit ab0c7fd

Browse files
Remove an additional semicolon at the end of a line
1 parent b680991 commit ab0c7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

urls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This is similar to Django's urls.py
66

77
def router(request: HttpRequest) -> HttpResponse:
8-
print('==== Routing to path:', request.path);
8+
print('==== Routing to path:', request.path)
99
if request.path == '/' :
1010
return views.root(request)
1111
elif request.path.startswith('/dj4e') :

0 commit comments

Comments
 (0)