Skip to content

Commit

Permalink
Fix type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD authored Jan 8, 2025
1 parent 2a39f09 commit 1e9866a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ def can_choose_node(node):
m: Union[int, float] = node1.value
n: Union[int, float] = node2.value

def boost(k: int):
def boost(k: int) -> bool:
if k > m:
return False

Expand Down

0 comments on commit 1e9866a

Please sign in to comment.