From 97bfccdb44e944de46baa17cc4eaa358424dd99c Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 26 Jul 2016 21:48:42 +0200 Subject: [PATCH] Stylefix for flake8 update --- tests/cli/test_fetchparams.py | 2 +- tests/cli/test_sync.py | 2 +- tests/storage/__init__.py | 2 +- tests/storage/test_http_with_singlefile.py | 2 +- tests/test_metasync.py | 2 +- tests/test_sync.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/cli/test_fetchparams.py b/tests/cli/test_fetchparams.py index c853e8d..78aba81 100644 --- a/tests/cli/test_fetchparams.py +++ b/tests/cli/test_fetchparams.py @@ -2,8 +2,8 @@ from textwrap import dedent -from hypothesis import given import hypothesis.strategies as st +from hypothesis import given import pytest diff --git a/tests/cli/test_sync.py b/tests/cli/test_sync.py index 41a6364..a93951d 100644 --- a/tests/cli/test_sync.py +++ b/tests/cli/test_sync.py @@ -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 diff --git a/tests/storage/__init__.py b/tests/storage/__init__.py index c486795..86e0626 100644 --- a/tests/storage/__init__.py +++ b/tests/storage/__init__.py @@ -4,8 +4,8 @@ import random import textwrap -from hypothesis import given import hypothesis.strategies as st +from hypothesis import given import pytest diff --git a/tests/storage/test_http_with_singlefile.py b/tests/storage/test_http_with_singlefile.py index 2c3963f..fa0fac2 100644 --- a/tests/storage/test_http_with_singlefile.py +++ b/tests/storage/test_http_with_singlefile.py @@ -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 diff --git a/tests/test_metasync.py b/tests/test_metasync.py index d14ffed..bccc779 100644 --- a/tests/test_metasync.py +++ b/tests/test_metasync.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -from hypothesis import example, given import hypothesis.strategies as st +from hypothesis import example, given import pytest diff --git a/tests/test_sync.py b/tests/test_sync.py index db2443a..44d563a 100644 --- a/tests/test_sync.py +++ b/tests/test_sync.py @@ -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