Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
grutt committed Jul 24, 2024
1 parent 7726b8e commit b82fa9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/_deprecated/test_event_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ async def test_direct_client_event():

assert e.eventId is not None

@pytest.mark.filterwarnings("ignore:Direct access to client is deprecated:DeprecationWarning")

@pytest.mark.filterwarnings(
"ignore:Direct access to client is deprecated:DeprecationWarning"
)
@pytest.mark.asyncio(scope="session")
async def test_hatchet_client_event():
hatchet = Hatchet()
Expand Down

0 comments on commit b82fa9b

Please sign in to comment.