Skip to content

Commit

Permalink
Update functionality.py
Browse files Browse the repository at this point in the history
Amended over-indentation
  • Loading branch information
anitaapplegarth authored Oct 17, 2024
1 parent b077734 commit 2645d04
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 2645d04

Please sign in to comment.