mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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 textwrap import dedent
|
||||||
|
|
||||||
from hypothesis import given
|
|
||||||
import hypothesis.strategies as st
|
import hypothesis.strategies as st
|
||||||
|
from hypothesis import given
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ import json
|
||||||
import unicodedata
|
import unicodedata
|
||||||
from textwrap import dedent
|
from textwrap import dedent
|
||||||
|
|
||||||
from hypothesis import example, given
|
|
||||||
import hypothesis.strategies as st
|
import hypothesis.strategies as st
|
||||||
|
from hypothesis import example, given
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ import random
|
||||||
|
|
||||||
import textwrap
|
import textwrap
|
||||||
|
|
||||||
from hypothesis import given
|
|
||||||
import hypothesis.strategies as st
|
import hypothesis.strategies as st
|
||||||
|
from hypothesis import given
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ import pytest
|
||||||
|
|
||||||
from requests import Response
|
from requests import Response
|
||||||
|
|
||||||
from vdirsyncer.storage.base import Storage
|
|
||||||
import vdirsyncer.storage.http
|
import vdirsyncer.storage.http
|
||||||
|
from vdirsyncer.storage.base import Storage
|
||||||
from vdirsyncer.storage.singlefile import SingleFileStorage
|
from vdirsyncer.storage.singlefile import SingleFileStorage
|
||||||
|
|
||||||
from . import StorageTests
|
from . import StorageTests
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
from hypothesis import example, given
|
|
||||||
import hypothesis.strategies as st
|
import hypothesis.strategies as st
|
||||||
|
from hypothesis import example, given
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
|
|
||||||
|
import hypothesis.strategies as st
|
||||||
from hypothesis import assume
|
from hypothesis import assume
|
||||||
from hypothesis.stateful import Bundle, RuleBasedStateMachine, rule
|
from hypothesis.stateful import Bundle, RuleBasedStateMachine, rule
|
||||||
import hypothesis.strategies as st
|
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue