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)