Skip to content

Commit 7202539

Browse files
committed
fix sort
1 parent 6650126 commit 7202539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeforlife/urls/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"""
55

66
from .handlers import handler400, handler403, handler404, handler500
7-
from .patterns import get_urlpatterns, UrlPatterns
7+
from .patterns import UrlPatterns, get_urlpatterns

0 commit comments

Comments
 (0)