From 66060486a40d000214a4f5beddedc8a2da4abe45 Mon Sep 17 00:00:00 2001 From: bt3gl <138340846+bt3gl-cryptographer@users.noreply.github.com> Date: Tue, 8 Aug 2023 13:44:06 -0700 Subject: [PATCH] Update bt_height.py --- trees/bt_height.py | 1 + 1 file changed, 1 insertion(+) diff --git a/trees/bt_height.py b/trees/bt_height.py index bb16d53..32fbc7d 100644 --- a/trees/bt_height.py +++ b/trees/bt_height.py @@ -2,6 +2,7 @@ # -*- coding: utf-8 -*- # author: bt3gl + def height(root): if not root: