Stylefixes

This commit is contained in:
Markus Unterwaditzer 2016-03-04 11:06:45 +01:00
parent 7ad2af7063
commit e244eecc52
2 changed files with 4 additions and 3 deletions

View file

@ -11,9 +11,8 @@ Vdirsyncer is a synchronization tool for vdir. See the README for more details.
import platform
import re
from setuptools import find_packages, setup, Command
from setuptools import Command, find_packages, setup
requirements = [

View file

@ -6,8 +6,10 @@ import logging
import os
import click_log
from hypothesis import Verbosity, settings
import pytest
from hypothesis import settings, Verbosity
@pytest.fixture(autouse=True)