Browse Source

Apply isort

pull/1683/head
Hironsan 3 years ago
parent
commit
d42f4ad870
1 changed files with 2 additions and 1 deletions
  1. 3
      backend/api/tests/test_config.py

3
backend/api/tests/test_config.py

@ -2,9 +2,10 @@ from contextlib import contextmanager
from importlib import reload from importlib import reload
from os import environ from os import environ
from config import settings
from django.test import TestCase from django.test import TestCase
from config import settings
class TestDatabaseUrl(TestCase): class TestDatabaseUrl(TestCase):
def test_sslmode_defaults_to_required(self): def test_sslmode_defaults_to_required(self):

Loading…
Cancel
Save