Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Sep 11, 2015
1 parent 41173ac commit 8425984
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions tests/utils/test_main.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# -*- coding: utf-8 -*-

import logging
import os
import platform
import stat

import click
from click.testing import CliRunner

import click_log

Expand All @@ -15,18 +10,13 @@
import requests

from vdirsyncer import utils
from vdirsyncer.cli import pass_context
from vdirsyncer.cli.config import Config

# These modules might be uninitialized and unavailable if not explicitly
# imported
import vdirsyncer.utils.compat # noqa
import vdirsyncer.utils.http # noqa


from .. import blow_up


@pytest.fixture(autouse=True)
def no_debug_output(request):
logger = click_log.basic_config('vdirsyncer')
Expand Down
2 changes: 1 addition & 1 deletion vdirsyncer/cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from . import CliError, cli_logger
from .fetchparams import expand_fetch_params
from .. import PROJECT_HOME
from ..utils import expand_path, cached_property
from ..utils import cached_property, expand_path
from ..utils.compat import text_type

try:
Expand Down

0 comments on commit 8425984

Please sign in to comment.