mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-20 19:42:45 +08:00
from __future__ import annotations (#2464)
* from __future__ import annotations * fixup! from __future__ import annotations * fixup! from __future__ import annotations * fixup! Format Python code with psf/black push Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@ -3,8 +3,9 @@
|
||||
"""
|
||||
This is pure Python implementation of tree traversal algorithms
|
||||
"""
|
||||
from __future__ import annotations
|
||||
|
||||
import queue
|
||||
from typing import List
|
||||
|
||||
|
||||
class TreeNode:
|
||||
|
Reference in New Issue
Block a user