aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/resources
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2022-01-31 22:29:18 +0100
committerGravatar Leon Sandøy <[email protected]>2022-01-31 22:32:08 +0100
commit71b1e7ec1ed5fd8f445015a759d74bfdd8828986 (patch)
treec3f2bb35d881587902ae4b95d5aed712f138ef52 /pydis_site/apps/resources
parentAdd a button for removing all active filters. (diff)
Revert changes to pyproject.toml.
These changes were not necessary. I am very sorry for the things that I did.
Diffstat (limited to 'pydis_site/apps/resources')
-rw-r--r--pydis_site/apps/resources/tests/test_views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/resources/tests/test_views.py b/pydis_site/apps/resources/tests/test_views.py
index dab3599d..0af5ce5f 100644
--- a/pydis_site/apps/resources/tests/test_views.py
+++ b/pydis_site/apps/resources/tests/test_views.py
@@ -2,7 +2,7 @@ from pathlib import Path
from django.conf import settings
from django.test import TestCase
-from django_hosts import reverse
+from django.urls import reverse
TESTING_RESOURCES_PATH = Path(
settings.BASE_DIR, "pydis_site", "apps", "resources", "tests", "testing_resources"