mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 18:49:26 +08:00
pre-commit autoupdate: pyupgrade v2.34.0 -> v2.37.0 (#6245)
* pre-commit autoupdate: pyupgrade v2.34.0 -> v2.37.0 * pre-commit run --all-files
This commit is contained in:
@ -10,7 +10,7 @@ python binary_search_tree_recursive.py
|
||||
from __future__ import annotations
|
||||
|
||||
import unittest
|
||||
from typing import Iterator
|
||||
from collections.abc import Iterator
|
||||
|
||||
|
||||
class Node:
|
||||
|
Reference in New Issue
Block a user