mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Stylefixes
This commit is contained in:
parent
7ad2af7063
commit
e244eecc52
2 changed files with 4 additions and 3 deletions
3
setup.py
3
setup.py
|
|
@ -11,9 +11,8 @@ Vdirsyncer is a synchronization tool for vdir. See the README for more details.
|
||||||
|
|
||||||
|
|
||||||
import platform
|
import platform
|
||||||
import re
|
|
||||||
|
|
||||||
from setuptools import find_packages, setup, Command
|
from setuptools import Command, find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
requirements = [
|
requirements = [
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,10 @@ import logging
|
||||||
import os
|
import os
|
||||||
|
|
||||||
import click_log
|
import click_log
|
||||||
|
|
||||||
|
from hypothesis import Verbosity, settings
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from hypothesis import settings, Verbosity
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(autouse=True)
|
@pytest.fixture(autouse=True)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue