Skip to content

Commit ce33530

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4e40442 commit ce33530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/project/task_data_catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
def task_create_data_catalog_node(
12-
node: Annotated[PickleNode, Product] = cast(PickleNode, data_catalog["first"]), # noqa: B008
12+
node: Annotated[PickleNode, Product] = cast("PickleNode", data_catalog["first"]), # noqa: B008
1313
) -> None:
1414
node.save("Hello,")
1515

0 commit comments

Comments
 (0)