We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4823ba3 commit 83593ccCopy full SHA for 83593cc
1 file changed
t4_devkit/sanity/record/rec007.py
@@ -57,3 +57,7 @@ def check(self, context: SanityContext) -> list[Reason] | None:
57
return [Reason("Categories must have unique 'index' values.")]
58
59
return None
60
+
61
+ def fix(self, context: SanityContext) -> bool:
62
+ # TODO(ktro2828): Implement fix logic here
63
+ return super().fix(context)
0 commit comments