Skip to content
Snippets Groups Projects
Commit dae36cef authored by Podosochnyy Maxim's avatar Podosochnyy Maxim
Browse files

Правки

parent 87c65b21
No related branches found
No related tags found
1 merge request!81Добавлена возможность установки item'ов
......@@ -29,9 +29,6 @@ class AbstractItem(metaclass=abc.ABCMeta):
return s
async def all_rules_is_satisfied(self, space_id: str, env_id: str) -> bool:
if not self.rules:
return True
return all(
[
await rule(item=self, space_id=space_id, env_id=env_id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment