diff options
author | 2019-04-19 17:59:55 +0100 | |
---|---|---|
committer | 2019-04-19 17:59:55 +0100 | |
commit | 14e98f1e790c85e761c9ead44160ac1174f808d2 (patch) | |
tree | cd362664b5a3c5501338fa76d12589e702374676 /pydis_site/apps/home/tests | |
parent | Tests for templatetags (diff) |
Lint and update django-simple-bulma
Diffstat (limited to 'pydis_site/apps/home/tests')
-rw-r--r-- | pydis_site/apps/home/tests/test_wiki_templatetags.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pydis_site/apps/home/tests/test_wiki_templatetags.py b/pydis_site/apps/home/tests/test_wiki_templatetags.py index 6399c0b6..201d3df4 100644 --- a/pydis_site/apps/home/tests/test_wiki_templatetags.py +++ b/pydis_site/apps/home/tests/test_wiki_templatetags.py @@ -1,6 +1,9 @@ from unittest.mock import Mock, create_autospec -from django.forms import BooleanField, BoundField, CharField, ChoiceField, Field, Form, ImageField, ModelChoiceField +from django.forms import ( + BooleanField, BoundField, CharField, ChoiceField, Field, Form, ImageField, + ModelChoiceField +) from django.template import Context, Template from django.test import TestCase from wiki.editors.markitup import MarkItUpWidget |