Skip to content
Snippets Groups Projects
Commit 6a98692a authored by Piotr Gawron's avatar Piotr Gawron
Browse files

organized imports, indentation

parent 7a5cf981
No related branches found
No related tags found
1 merge request!336Pylint checks
import logging
import unittest
from django.urls import reverse
......@@ -31,4 +30,3 @@ class RedcapViewTests(LoggedInTestCase):
response = self.client.get(reverse('web.views.inconsistent_redcap_subject'))
self.assertEqual(response.status_code, 200)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment