Skip to content

Commit

Permalink
test(messages_endpoint_test.py): remove unnecessary blank line to imp…
Browse files Browse the repository at this point in the history
…rove code readability

test(version_test.py): remove unnecessary blank line to improve code readability
  • Loading branch information
marcuxyz committed Nov 12, 2023
1 parent 2065387 commit 57f9a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/messages_endpoint_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from collections import Counter


def test_when_blueprints_have_been_registered(client):
assert "messages" in client.application.blueprints

Expand Down
1 change: 1 addition & 0 deletions tests/version_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from mvc_flask.__version__ import __version__


def test_mvc_flask_currently_version():
__version__ == "2.7.0"

0 comments on commit 57f9a35

Please sign in to comment.