mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Stylefix for flake8 update
This commit is contained in:
parent
f7076118df
commit
97bfccdb44
6 changed files with 6 additions and 6 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
from textwrap import dedent
|
||||
|
||||
from hypothesis import given
|
||||
import hypothesis.strategies as st
|
||||
from hypothesis import given
|
||||
|
||||
import pytest
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ import json
|
|||
import unicodedata
|
||||
from textwrap import dedent
|
||||
|
||||
from hypothesis import example, given
|
||||
import hypothesis.strategies as st
|
||||
from hypothesis import example, given
|
||||
|
||||
import pytest
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ import random
|
|||
|
||||
import textwrap
|
||||
|
||||
from hypothesis import given
|
||||
import hypothesis.strategies as st
|
||||
from hypothesis import given
|
||||
|
||||
import pytest
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ import pytest
|
|||
|
||||
from requests import Response
|
||||
|
||||
from vdirsyncer.storage.base import Storage
|
||||
import vdirsyncer.storage.http
|
||||
from vdirsyncer.storage.base import Storage
|
||||
from vdirsyncer.storage.singlefile import SingleFileStorage
|
||||
|
||||
from . import StorageTests
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from hypothesis import example, given
|
||||
import hypothesis.strategies as st
|
||||
from hypothesis import example, given
|
||||
|
||||
import pytest
|
||||
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
from copy import deepcopy
|
||||
|
||||
import hypothesis.strategies as st
|
||||
from hypothesis import assume
|
||||
from hypothesis.stateful import Bundle, RuleBasedStateMachine, rule
|
||||
import hypothesis.strategies as st
|
||||
|
||||
import pytest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue