Skip to content

Commit 6348208

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WrightTools/data/_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ def norm_for_each(
796796
self.create_channel(
797797
new_channel.pop(
798798
"name",
799-
f"{channel.natural_name}_norm_{''.join([f'v{self.variable_names.index(v.natural_name)}' for v in variables])}"
799+
f"{channel.natural_name}_norm_{''.join([f'v{self.variable_names.index(v.natural_name)}' for v in variables])}",
800800
),
801801
values=new,
802802
**new_channel,

0 commit comments

Comments
 (0)