Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Oct 19, 2021
1 parent 5b31d1a commit 5bd153f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion brs_utils/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def check_nb_args(*args, f_name, nb_args):
raise TypeError(f_name+' takes '+str(nb_args)+' positional arguments but '+str(len(args))+' were given')
return True


import multiprocessing.pool
import functools
def timeout(max_timeout):
Expand Down

0 comments on commit 5bd153f

Please sign in to comment.