Added Pre-Commit Hooks (#175)
* Added pre commit hook * Run pre commit hook on all files --------- Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
117e8e88c2
commit
58be33a8d7
@@ -1,8 +1,10 @@
|
||||
from urllib.parse import urlparse
|
||||
|
||||
from django.shortcuts import redirect
|
||||
from horilla.urls import urlpatterns
|
||||
from django.urls import Resolver404, path, resolve, reverse
|
||||
|
||||
from horilla.urls import urlpatterns
|
||||
|
||||
|
||||
def _split_path(self, path=None):
|
||||
"""Returns a list of the path components between slashes"""
|
||||
|
||||
Reference in New Issue
Block a user