Skip to content

Commit

Permalink
Mem (3/3): introduce new runner and executor API
Browse files Browse the repository at this point in the history
  • Loading branch information
cjao committed Jul 7, 2023
1 parent 4da3bb4 commit c5114eb
Show file tree
Hide file tree
Showing 18 changed files with 3,193 additions and 123 deletions.
3 changes: 2 additions & 1 deletion covalent/executor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@

from .._shared_files import logger
from .._shared_files.config import get_config, update_config
from .base import BaseExecutor, wrapper_fn
from .base import BaseExecutor
from .utils.wrappers import wrapper_fn

app_log = logger.app_log
log_stack_info = logger.log_stack_info
Expand Down
Loading

0 comments on commit c5114eb

Please sign in to comment.