psf/black code formatting (#1277)
This commit is contained in:
committed by
Christian Clauss
parent
07f04a2e55
commit
9eac17a408
@@ -7,6 +7,7 @@ class Node:
|
||||
Treap's node
|
||||
Treap is a binary tree by key and heap by priority
|
||||
"""
|
||||
|
||||
def __init__(self, key: int):
|
||||
self.key = key
|
||||
self.prior = random()
|
||||
|
||||
Reference in New Issue
Block a user