Skip to content

Commit f8daca4

Browse files
bmaranvillegvwilson
authored andcommitted
black formatting
1 parent 03d85de commit f8daca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/datatypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class {datatype_class}(_{node.name_base_datatype}):\n"""
133133
subplot_dict_str = (
134134
"{"
135135
+ ", ".join(
136-
f"\"{subname}\": ValidatorCache.get_validator(\"layout\", \"{subname}\")"
136+
f'"{subname}": ValidatorCache.get_validator("layout", "{subname}")'
137137
for subname in subplot_names
138138
)
139139
+ "}"

0 commit comments

Comments
 (0)