diff --git a/tests/test_javascript_cookiebar.py b/tests/test_javascript_cookiebar.py index 50214e3..0b51fb5 100644 --- a/tests/test_javascript_cookiebar.py +++ b/tests/test_javascript_cookiebar.py @@ -3,6 +3,7 @@ See docs: https://playwright.dev/python/docs/test-runners for CLI options. """ + from django.urls import reverse import pytest diff --git a/tests/test_legacy_javascript_cookiebar.py b/tests/test_legacy_javascript_cookiebar.py index f267e85..6caa69a 100644 --- a/tests/test_legacy_javascript_cookiebar.py +++ b/tests/test_legacy_javascript_cookiebar.py @@ -4,6 +4,7 @@ TODO: remove in django-cookie-consent 1.0 """ + from django.urls import reverse import pytest