Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
🚨 Fixes linting
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Apr 3, 2021
1 parent c336513 commit f99fa56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
@pytest.fixture
def client():
with app.test_client() as client:
yield client
yield client
3 changes: 0 additions & 3 deletions src/app/tests/test_views.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import pprint


def test_home(client):
resp = client.get("/")

Expand Down

0 comments on commit f99fa56

Please sign in to comment.