Stylefix for flake8 update

This commit is contained in:
Markus Unterwaditzer 2016-07-26 21:48:42 +02:00
parent f7076118df
commit 97bfccdb44
6 changed files with 6 additions and 6 deletions

View file

@ -2,8 +2,8 @@
from textwrap import dedent
from hypothesis import given
import hypothesis.strategies as st
from hypothesis import given
import pytest

View file

@ -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

View file

@ -4,8 +4,8 @@ import random
import textwrap
from hypothesis import given
import hypothesis.strategies as st
from hypothesis import given
import pytest

View file

@ -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

View file

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from hypothesis import example, given
import hypothesis.strategies as st
from hypothesis import example, given
import pytest

View file

@ -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