Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 10, 2024
1 parent 12911d6 commit a01e19b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_conda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
from conda_subprocess.decorator import conda
from executorlib.shared.executor import cloudpickle_register
except ImportError:

def conda(prefix_name=None, prefix_path=None):
def wrap_function(funct):
def function_out(*args, **kwargs):
return None

return function_out

return wrap_function


Expand Down

0 comments on commit a01e19b

Please sign in to comment.