Skip to content

Commit e9bcc3e

Browse files
authored
added 1 missing type hint
1 parent f69ee2a commit e9bcc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fractals/julia_sets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def iterate_function(
7474
function_params: Any,
7575
nb_iterations: int,
7676
z_0: numpy.ndarray,
77-
infinity=None,
77+
infinity: float = None,
7878
) -> numpy.ndarray:
7979
"""
8080
Iterate the function "eval_function" exactly nb_iterations times.

0 commit comments

Comments
 (0)