isort formatting then black formatting

This commit is contained in:
2023-01-09 18:22:26 +00:00
parent eca6d68dc3
commit 2b3302d9c4
49 changed files with 158 additions and 252 deletions

View File

@@ -4,8 +4,7 @@ import pytest
from django.core.validators import ValidationError
from django.urls import reverse
from documents.api import createPadifNotExists
from documents.api import ep_client
from documents.api import createPadifNotExists, ep_client
class TestEtherpad:

View File

@@ -8,10 +8,7 @@ import pytest
from django.core.validators import ValidationError
from django.urls import reverse
from posts.models import Event
from posts.models import FetMeeting
from posts.models import News
from posts.models import Post
from posts.models import Event, FetMeeting, News, Post
def get_random_string(size):