Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Mar 6, 2018
1 parent 97e11b5 commit 98a18bc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion routemaster/config/tests/test_loading.py
Expand Up @@ -2,8 +2,8 @@
import re
import datetime
import contextlib

from unittest import mock

import yaml
import pytest

Expand Down
2 changes: 1 addition & 1 deletion routemaster/conftest.py
Expand Up @@ -6,8 +6,8 @@
import datetime
import contextlib
from typing import Any, Dict

from unittest import mock

import pytest
import httpretty
import dateutil.tz
Expand Down
2 changes: 1 addition & 1 deletion routemaster/server/tests/test_endpoints.py
@@ -1,6 +1,6 @@
import json

from unittest import mock

from sqlalchemy import and_, select

from routemaster.db import labels, history
Expand Down
2 changes: 1 addition & 1 deletion routemaster/state_machine/tests/test_actions.py
@@ -1,6 +1,6 @@
import hashlib

from unittest import mock

import pytest

from routemaster.webhooks import WebhookResult
Expand Down
@@ -1,6 +1,6 @@
import datetime

from unittest import mock

import pytest
import dateutil
import freezegun
Expand Down
2 changes: 1 addition & 1 deletion routemaster/tests/test_context.py
@@ -1,6 +1,6 @@
import datetime

from unittest import mock

import pytest
import httpretty

Expand Down
1 change: 1 addition & 0 deletions routemaster/tests/test_feeds.py
@@ -1,4 +1,5 @@
from unittest import mock

import pytest
import httpretty

Expand Down
1 change: 1 addition & 0 deletions routemaster/tests/test_utils.py
@@ -1,4 +1,5 @@
from unittest import mock

import pytest

from routemaster.utils import get_path, dict_merge, suppress_exceptions
Expand Down

0 comments on commit 98a18bc

Please sign in to comment.