Skip to content

Commit 49e2dce

Browse files
committed
Happy formatting all around
1 parent 4bd5e2f commit 49e2dce

File tree

8 files changed

+232
-176
lines changed

8 files changed

+232
-176
lines changed

test/fixtures.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
def needs_auth() -> None:
4545
utils.load_dotenv()
4646

47+
4748
@pytest.fixture(scope="session")
4849
def really_needs_auth() -> None:
4950
utils.load_dotenv()

test/test_related_terms_index_population.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
from fixtures import really_needs_auth
2424

25+
2526
@pytest.mark.asyncio
2627
async def test_related_terms_index_population_from_database(really_needs_auth):
2728
"""Test that related terms index is correctly populated when reopening a database."""

0 commit comments

Comments
 (0)