Skip to content

Commit

Permalink
cleanup (#589)
Browse files Browse the repository at this point in the history
Co-authored-by: Douglas Reid <doug@steamship.com>
  • Loading branch information
douglas-reid and Douglas Reid committed Oct 24, 2023
1 parent 5425a3d commit 69a9964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/steamship/utils/repl.py
Expand Up @@ -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:
Expand Down

0 comments on commit 69a9964

Please sign in to comment.