Skip to content

Commit

Permalink
Reorder imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmenezes0 committed Apr 3, 2024
1 parent 2bff943 commit 36765ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions consultation_analyser/consultations/views/questions.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
from django.core.paginator import Paginator
from django.db.models import Count, Max
from django.http import HttpRequest
from django.shortcuts import render

from .. import models
from django.core.paginator import Paginator

from .. import models


Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_responses_pages.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest
import html

import pytest

from tests.factories import ConsultationFactory

Expand Down

0 comments on commit 36765ac

Please sign in to comment.