skrawcz commented on code in PR #632:
URL: https://github.com/apache/burr/pull/632#discussion_r2705697263


##########
tests/core/test_application.py:
##########
@@ -3725,3 +3725,29 @@ def test_action_2(state: State) -> State:
     assert sorted(halt_after) == ["test_action", "test_action_2"]
     assert halt_before == ["test_action"]
     assert inputs == {}
+
+def test_initialize_from_applies_override_state_values():
+    from burr.core.application import ApplicationBuilder
+    from burr.core.state import State
+    from burr.core.persistence import BaseStateLoader

Review Comment:
   can you remove these imports -- there should be no need for them. If they 
are missing add them to the top please.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to