diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 23f58f4..fc4eb69 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.1.0 hooks: - - id: autopep8-wrapper - id: check-byte-order-marker - id: check-case-conflict - id: check-executables-have-shebangs diff --git a/wellknowns/views/static.py b/wellknowns/views/static.py index 4dfab5b..e09e3c5 100644 --- a/wellknowns/views/static.py +++ b/wellknowns/views/static.py @@ -1,5 +1,5 @@ from django.views.generic.base import RedirectView -from django.contrib.staticfiles.templatetags.staticfiles import static +from django.templatetags.static import static def redirect_to_static(file):