mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-07 19:46:30 +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:
@ -17,7 +17,7 @@ the boundary of the Mandelbrot set a fractal curve.
|
||||
|
||||
import colorsys
|
||||
|
||||
from PIL import Image # type: ignore
|
||||
from PIL import Image
|
||||
|
||||
|
||||
def get_distance(x: float, y: float, max_step: int) -> float:
|
||||
|
Reference in New Issue
Block a user