Skip to content

Commit

Permalink
Fix ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
nqn committed May 23, 2024
1 parent 71eb15f commit 3218fd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_context_managers.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import asyncio
import contextvars
import uuid

import pytest


session_id_var = contextvars.ContextVar("session_id", default=str(uuid.uuid4()))


Expand Down

0 comments on commit 3218fd9

Please sign in to comment.