Skip to content

Commit

Permalink
Fix whitespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhan94swu committed Apr 10, 2024
1 parent 2857967 commit b71dd32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hcga/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ class NestedPool(multiprocessing.pool.Pool): # pylint: disable=abstract-method

def timeout_eval(func, args, timeout=None, pool=None):
"""Evaluate a function within a given timeout period.
Args:
func: The function to call.
args: Arguments to pass to the function.
timeout: The timeout period in seconds.
Returns:
The function's result, or None if a timeout or an error occurs.
"""
Expand Down

0 comments on commit b71dd32

Please sign in to comment.