Skip to content

Commit

Permalink
imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Rial committed May 16, 2019
1 parent 22646ca commit d815c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_generic_http.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import json

import pytest
from django.test import override_settings

from channels.generic.http import AsyncHttpConsumer
from channels.testing import HttpCommunicator
from django.test import override_settings
from channels.layers import get_channel_layer
from channels.testing import HttpCommunicator


@pytest.mark.asyncio
Expand Down

0 comments on commit d815c5a

Please sign in to comment.