Skip to content

Commit

Permalink
Correct functionality indent
Browse files Browse the repository at this point in the history
  • Loading branch information
juraskov committed Jun 3, 2024
1 parent 5eab026 commit 50da805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_course/functionality.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def minimum(*args):
The minimum
"""
if not any([isinstance(arg, numbers.Real) for arg in args]):
return
return

the_min = float("inf")
for arg in args:
Expand Down

0 comments on commit 50da805

Please sign in to comment.