Skip to content

Commit

Permalink
fix typecheck with mypy 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Nov 14, 2023
1 parent 5f6d602 commit 8235fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcodes_contrib_drivers/drivers/Horiba/Horiba_FHR.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def __init__(
)
}

super().__init__(name, additional_metadata | (metadata or {}), label)
super().__init__(name, additional_metadata | dict(metadata or {}), label)

gratings = ChannelList(self, 'gratings', GratingChannel)
slits = ChannelList(self, 'slits', SlitChannel)
Expand Down

0 comments on commit 8235fb6

Please sign in to comment.