From 69a99648ed41b767a856bd02f6cab9b87bd607d6 Mon Sep 17 00:00:00 2001 From: Douglas Reid Date: Tue, 24 Oct 2023 09:21:01 -0700 Subject: [PATCH] cleanup (#589) Co-authored-by: Douglas Reid --- src/steamship/utils/repl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/steamship/utils/repl.py b/src/steamship/utils/repl.py index 6998af79..d1cb174b 100644 --- a/src/steamship/utils/repl.py +++ b/src/steamship/utils/repl.py @@ -81,6 +81,7 @@ def print_object( # A block gets handled based on what it contains. block = cast(Block, obj) + output = None if block.is_text(): output = block.text elif block.url: