mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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 re
|
||||
|
||||
from setuptools import find_packages, setup, Command
|
||||
from setuptools import Command, find_packages, setup
|
||||
|
||||
|
||||
requirements = [
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue