Skip to content

Commit

Permalink
Black Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ajstanley committed Jan 6, 2025
1 parent ebd52a1 commit 99d636b
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 139 deletions.
7 changes: 6 additions & 1 deletion workbench
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,12 @@ def update():
elif field_definitions[custom_field]["field_type"] == "name":
name_field = workbench_fields.NameField()
node = name_field.update(
config, field_definitions, node, row, custom_field, node_field_values[custom_field]
config,
field_definitions,
node,
row,
custom_field,
node_field_values[custom_field],
)

# For non-entity reference and non-typed relation fields (text, etc.).
Expand Down
Loading

0 comments on commit 99d636b

Please sign in to comment.