This is an automated email from the ASF dual-hosted git repository.
skrawcz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/burr.git
The following commit(s) were added to refs/heads/main by this push:
new 1cd7fed Update state-typing.rst
1cd7fed is described below
commit 1cd7fed84cd87a9fc8520f23b0eaf037b1ef517f
Author: spookyuser <[email protected]>
AuthorDate: Sat Jun 14 20:55:55 2025 +0200
Update state-typing.rst
---
docs/concepts/state-typing.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/concepts/state-typing.rst b/docs/concepts/state-typing.rst
index 825e2f5..337f82b 100644
--- a/docs/concepts/state-typing.rst
+++ b/docs/concepts/state-typing.rst
@@ -49,7 +49,7 @@ Then, we can use this model to type our application:
.. code-block:: python
- from burr import ApplicationBuilder
+ from burr.core import ApplicationBuilder
from burr.integrations.pydantic import PydanticTypingSystem
app = (