There was an error while loading. Please reload this page.
1 parent 4f6433f commit eca4b51Copy full SHA for eca4b51
1 file changed
oonipipeline/src/oonipipeline/analysis/rules.py
@@ -29,6 +29,7 @@
29
from dataclasses import dataclass
30
from typing import List, Tuple
31
32
+RULES_VERSION = 1
33
34
@dataclass(frozen=True)
35
class Rule:
0 commit comments