Skip to content

Commit 7241bca

Browse files
committed
Don't warn while formatting.
1 parent 82082d0 commit 7241bca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/_pytask/console.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ def format_node_name(
153153
DATA_CATALOG_NAME_FIELD
154154
):
155155
return Text(f"{data_catalog_name}::{node.name}")
156-
warn_about_upcoming_attributes_field_on_nodes()
157156
return Text(node.name)
158157
name = shorten_path(node.path, paths)
159158
return Text(name)

0 commit comments

Comments
 (0)