Resolve "Introduce a new filter for when rules should be run based on the source ID of a building."
Merged
requested to merge 21-introduce-a-new-filter-for-when-rules-should-be-run-based-on-the-source-id-of-a-building into v25.01
Compare changes
Files
6+ 38
− 79
@@ -18,7 +18,6 @@
@@ -29,22 +28,26 @@ class AbstractRule(abc.ABC):
@@ -52,7 +55,7 @@ class AbstractRule(abc.ABC):
@@ -73,52 +76,18 @@ class AbstractRule(abc.ABC):
@@ -126,34 +95,24 @@ class AbstractRule(abc.ABC):
\ No newline at end of file