From 676d2d31488941637a248a2352c34bfe764ce921 Mon Sep 17 00:00:00 2001 From: paschal533 Date: Sun, 23 Feb 2025 17:24:16 +0100 Subject: [PATCH] fix: broken import in the examples after net_stream_interface rename --- newsfragments/513.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsfragments/513.bugfix.rst b/newsfragments/513.bugfix.rst index d2bd1604..404eee93 100644 --- a/newsfragments/513.bugfix.rst +++ b/newsfragments/513.bugfix.rst @@ -1 +1 @@ -Fixed import path in the examples to use updated `net_stream` module path, resolving ModuleNotFoundError when running the examples. \ No newline at end of file +Fixed import path in the examples to use updated `net_stream` module path, resolving ModuleNotFoundError when running the examples.