mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 09:21:13 +08:00
Enable ruff PGH003 rule (#11345)
* Enable ruff PGH003 rule * Fix * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
# https://www.tutorialspoint.com/computer_graphics/computer_graphics_curves.htm
|
||||
from __future__ import annotations
|
||||
|
||||
from scipy.special import comb # type: ignore
|
||||
from scipy.special import comb
|
||||
|
||||
|
||||
class BezierCurve:
|
||||
|
Reference in New Issue
Block a user