Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import yappi
import asyncio
import threading
from utils import YappiUnitTestCase, find_stat_by_name, burn_cpu, burn_io
from tests.utils import YappiUnitTestCase, find_stat_by_name, burn_cpu, burn_io


async def async_sleep(sec):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_asyncio_context_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import functools
import time
import os
import utils
import tests.utils as utils
import yappi

async_context_id = contextvars.ContextVar('async_context_id')
Expand Down
Loading