mirror of
https://github.com/python/cpython.git
synced 2026-04-15 16:21:24 +00:00
3 lines
99 B
Python
3 lines
99 B
Python
import contextlib
|
|
with contextlib.nullcontext():
|
|
lazy import test.test_lazy_import.data.basic2
|