mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +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:
@ -9,9 +9,10 @@
|
||||
Paper: http://image.diku.dk/imagecanon/material/HornSchunckOptical_Flow.pdf
|
||||
"""
|
||||
|
||||
from typing import SupportsIndex
|
||||
|
||||
import numpy as np
|
||||
from scipy.ndimage.filters import convolve
|
||||
from typing_extensions import SupportsIndex
|
||||
|
||||
|
||||
def warp(
|
||||
|
Reference in New Issue
Block a user