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
@@ -4,11 +4,12 @@ context_processor.py
|
||||
This module is used to register context processor`
|
||||
"""
|
||||
|
||||
from django.urls import path, include
|
||||
from django.http import JsonResponse
|
||||
from django.urls import include, path
|
||||
|
||||
from horilla.urls import urlpatterns
|
||||
from horilla_audit.forms import HistoryForm
|
||||
from horilla_audit.models import AuditTag
|
||||
from horilla.urls import urlpatterns
|
||||
|
||||
|
||||
def history_form(request):
|
||||
|
||||
Reference in New Issue
Block a user