Implemented Suffix Tree Data Structure #9567
Annotations
6 errors
data_structures/suffix_tree/suffix_tree_node.py#L1
data_structures/suffix_tree/suffix_tree_node.py:1:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
data_structures/suffix_tree/suffix_tree_node.py#L7
data_structures/suffix_tree/suffix_tree_node.py:7:19: UP007 Use `X | Y` for type annotations
|
data_structures/suffix_tree/suffix_tree_node.py#L7
data_structures/suffix_tree/suffix_tree_node.py:7:28: UP006 Use `dict` instead of `Dict` for type annotation
|
data_structures/suffix_tree/suffix_tree_node.py#L9
data_structures/suffix_tree/suffix_tree_node.py:9:16: UP007 Use `X | Y` for type annotations
|
data_structures/suffix_tree/suffix_tree_node.py#L10
data_structures/suffix_tree/suffix_tree_node.py:10:14: UP007 Use `X | Y` for type annotations
|
|
The logs for this run have expired and are no longer available.
Loading