Skip to content

Commit df59669

Browse files
committed
Update docs
1 parent 98f415d commit df59669

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/databricks/labs/ucx/assessment/sequencing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ class PriorityQueue:
6363
This implementation does not support threading safety as that is not required.
6464
6565
Source:
66-
https://docs.python.org/3/library/heapq.html
66+
See https://docs.python.org/3/library/heapq.html#priority-queue-implementation-notes on the changes below
67+
to handle priority changes in the task.
6768
"""
6869

6970
_REMOVED = "<removed>" # Mark removed items

0 commit comments

Comments
 (0)