Adjust back `.devx._debug` import

Bc this history is pre `.devx.debug` subpkg creation..
main
Tyler Goodlet 2025-07-13 13:56:37 -04:00
parent c2e7dc7407
commit 161884fbf1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import trio
import tractor import tractor
# ensure mod-path is correct! # ensure mod-path is correct!
from tractor.devx.debug import ( from tractor.devx._debug import (
_sync_pause_from_builtin as _sync_pause_from_builtin, _sync_pause_from_builtin as _sync_pause_from_builtin,
) )