reformatted imports to work better on other machines, plus added benchmarking to project
This commit is contained in:
@@ -8,8 +8,8 @@ Author(s): David Marchant
|
||||
|
||||
from typing import Any, Dict
|
||||
|
||||
from core.correctness.vars import get_drt_imp_msg, VALID_RECIPE_NAME_CHARS
|
||||
from core.correctness.validation import valid_string, check_implementation
|
||||
from meow_base.core.correctness.vars import get_drt_imp_msg, VALID_RECIPE_NAME_CHARS
|
||||
from meow_base.core.correctness.validation import valid_string, check_implementation
|
||||
|
||||
|
||||
class BaseRecipe:
|
||||
|
||||
Reference in New Issue
Block a user