From 7de1084f60ae0a83b59ce814992b7bf12817b6b1 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 24 Dec 2020 13:12:06 +0200 Subject: [PATCH] Add whitespace before vim modeline black wants this... --- tests/test_api_collections.py | 1 + tests/test_api_communities.py | 1 + tests/test_api_docs.py | 1 + tests/test_api_items.py | 1 + 4 files changed, 4 insertions(+) diff --git a/tests/test_api_collections.py b/tests/test_api_collections.py index d07191d..af1b5de 100644 --- a/tests/test_api_collections.py +++ b/tests/test_api_collections.py @@ -372,4 +372,5 @@ def test_post_collections_invalid_page(client): assert response.status_code == 400 + # vim: set sw=4 ts=4 expandtab: diff --git a/tests/test_api_communities.py b/tests/test_api_communities.py index ac3cfd3..44e5330 100644 --- a/tests/test_api_communities.py +++ b/tests/test_api_communities.py @@ -372,4 +372,5 @@ def test_post_communities_invalid_page(client): assert response.status_code == 400 + # vim: set sw=4 ts=4 expandtab: diff --git a/tests/test_api_docs.py b/tests/test_api_docs.py index 733a1c4..5d5ddbd 100644 --- a/tests/test_api_docs.py +++ b/tests/test_api_docs.py @@ -44,4 +44,5 @@ def test_get_status(client): assert isinstance(response.content, bytes) assert response.status_code == 200 + # vim: set sw=4 ts=4 expandtab: diff --git a/tests/test_api_items.py b/tests/test_api_items.py index 5a840bd..4fc2c6d 100644 --- a/tests/test_api_items.py +++ b/tests/test_api_items.py @@ -372,4 +372,5 @@ def test_post_items_invalid_page(client): assert response.status_code == 400 + # vim: set sw=4 ts=4 expandtab: