Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored Oct 15, 2024
1 parent 14d8355 commit 43ac9d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def test_mock_contructors(engine):


def test_activate_as_decorator(engine):

@api.activate
def test_activate():
api.get("foo.com")
Expand All @@ -64,7 +63,6 @@ def test_activate():


async def test_activate_as_decorator_for_async(engine):

@api.activate
async def test_activate():
await asyncio.sleep(0)
Expand Down

0 comments on commit 43ac9d3

Please sign in to comment.