Skip to content

Commit 7caca40

Browse files
committed
fix: python: 7-1448
1 parent 6858eb6 commit 7caca40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

07-trees/01448-Count_Good_Nodes_In_Binary_Tree/01448-count_good_nodes_in_binary_tree.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# https://leetcode.com/problems/count-good-nodes-in-binary-tree/
33

44

5-
from typing import List
65

76
class TreeNode:
87
def __init__(self, x: int):

0 commit comments

Comments
 (0)