From e244eecc520835c45a6780ec393f23811b117fc3 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 4 Mar 2016 11:06:45 +0100 Subject: [PATCH] Stylefixes --- setup.py | 3 +-- tests/conftest.py | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 8f79719..5b8ffde 100644 --- a/setup.py +++ b/setup.py @@ -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 = [ diff --git a/tests/conftest.py b/tests/conftest.py index dd2fe16..e9de77a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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)