mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-17 11:57:03 +01:00
Add whitespace before vim modeline
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
black wants this...
This commit is contained in:
parent
6b78e82fe9
commit
7de1084f60
@ -372,4 +372,5 @@ def test_post_collections_invalid_page(client):
|
||||
|
||||
assert response.status_code == 400
|
||||
|
||||
|
||||
# vim: set sw=4 ts=4 expandtab:
|
||||
|
@ -372,4 +372,5 @@ def test_post_communities_invalid_page(client):
|
||||
|
||||
assert response.status_code == 400
|
||||
|
||||
|
||||
# vim: set sw=4 ts=4 expandtab:
|
||||
|
@ -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:
|
||||
|
@ -372,4 +372,5 @@ def test_post_items_invalid_page(client):
|
||||
|
||||
assert response.status_code == 400
|
||||
|
||||
|
||||
# vim: set sw=4 ts=4 expandtab:
|
||||
|
Loading…
Reference in New Issue
Block a user