Skip to content

Commit 06228b1

Browse files
restyled-commitsandreilitvin
authored andcommitted
Restyled by autopep8
1 parent dd2617d commit 06228b1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scripts/tools/file_size_from_nm.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -475,13 +475,13 @@ def build_treemap(
475475
extra_args['color'] = "size"
476476

477477
fig = figure_generator(
478-
data,
479-
names="name_with_size",
480-
ids="name",
481-
parents="parent",
482-
values="size",
483-
maxdepth=max_depth,
484-
**extra_args,
478+
data,
479+
names="name_with_size",
480+
ids="name",
481+
parents="parent",
482+
values="size",
483+
maxdepth=max_depth,
484+
**extra_args,
485485
)
486486

487487
fig.update_traces(

0 commit comments

Comments
 (0)