✨ Final touches
This commit is contained in:
@ -110,7 +110,7 @@ class BaseMonitor:
|
||||
compatible recipes are used. Must be implmented by any child class."""
|
||||
raise NotImplementedError
|
||||
|
||||
def _identify_new_rules(self, new_pattern:BasePattern=None,
|
||||
def _identify_new_rules(self, new_pattern:BasePattern=None,
|
||||
new_recipe:BaseRecipe=None)->None:
|
||||
"""Function to determine if a new rule can be created given a new
|
||||
pattern or recipe, in light of other existing patterns or recipes in
|
||||
|
Reference in New Issue
Block a user