Skip to content

Commit e518919

Browse files
chore(pre-commit.ci): auto fixes
1 parent 3e5423a commit e518919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/account_codes_jp/_blue_return.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def from_nested_dict(
3838
if isinstance(grandchildren, Mapping):
3939
q.append((id_child, grandchildren))
4040
elif isinstance(grandchildren, list):
41-
q.append((id_child, {k: None for k in grandchildren}))
41+
q.append((id_child, dict.fromkeys(grandchildren)))
4242
return G
4343

4444

0 commit comments

Comments
 (0)