Skip to content
Snippets Groups Projects
Verified Commit d5f67840 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Reformat] Run isort and black

parent 4c51dd8f
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ from django.urls import reverse
import pytest
pytestmark = pytest.mark.django_db
SeleniumTestCaseBase.external_host = os.environ.get("TEST_HOST", "") or None
......
......@@ -2,7 +2,6 @@ import pytest
from biscuit.core.models import Person
pytestmark = pytest.mark.django_db
......
......@@ -3,7 +3,6 @@ from django.urls import reverse
import pytest
pytestmark = pytest.mark.django_db
......
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