Fix linting failures

This commit is contained in:
Neil Martinsen-Burrell 2022-10-28 09:22:33 -05:00
parent 53906d339f
commit b425a45ef2
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
4 changed files with 15 additions and 4 deletions

View file

@ -7,6 +7,7 @@ from django.test import TestCase, RequestFactory
from ..views import available, _domains, in_domains
class AvailableViewTest(TestCase):
"""Test that the view function works as expected."""