Skip to content

Commit

Permalink
Import order fixed
Browse files Browse the repository at this point in the history
Related: aio-libs#921
  • Loading branch information
Alexander Koshevoy authored and Alexander Koshevoy committed Aug 18, 2016
1 parent 40cbbd7 commit 8e93028
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_web_urldispatcher.py
Expand Up @@ -4,16 +4,16 @@
import shutil
import tempfile

from unittest import mock
from unittest.mock import MagicMock

import pytest

import aiohttp.web
from aiohttp.test_utils import make_mocked_request
from aiohttp.web import HTTPCreated, Response
from aiohttp.web_urldispatcher import PlainRoute, SystemRoute, UrlDispatcher

from unittest import mock
from unittest.mock import MagicMock


@pytest.fixture(scope='function')
def tmp_dir_path(request):
Expand Down

0 comments on commit 8e93028

Please sign in to comment.