Update bt_height.py

This commit is contained in:
bt3gl 2023-08-08 13:44:06 -07:00 committed by GitHub
parent a78436b51b
commit 66060486a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# author: bt3gl # author: bt3gl
def height(root): def height(root):
if not root: if not root: