Skip to content

Commit 3d78f83

Browse files
SamratThapa120github-actions[bot]
authored andcommitted
style(pre-commit): autofix
1 parent 585b609 commit 3d78f83

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

t4_devkit/schema/tables/autolabel_metadata.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ def to_autolabel_model(x) -> list[AutolabelModel] | None:
5151
class AutolabelMixin:
5252
"""Mixin class for schema tables that use autolabel metadata with automatic annotation."""
5353

54-
automatic_annotation: bool = field(default=False, validator=validators.instance_of(bool), kw_only=True)
54+
automatic_annotation: bool = field(
55+
default=False, validator=validators.instance_of(bool), kw_only=True
56+
)
5557
autolabel_metadata: list[AutolabelModel] | None = field(
5658
default=None,
5759
converter=AutolabelModel.to_autolabel_model,

0 commit comments

Comments
 (0)