Skip to content

Commit

Permalink
remove unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey committed Oct 4, 2024
1 parent 3dacd13 commit 3de648b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigpy/quirks/v2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,4 +909,4 @@ def add_to_registry_v2(
"add_to_registry_v2 is deprecated and will be removed in a future release. "
"Please QuirkBuilder() instead and ensure you call add_to_registry()."
)
return QuirkBuilder(registry=registry).applies_to(manufacturer, model)
return QuirkBuilder(manufacturer, model, registry=registry)

0 comments on commit 3de648b

Please # to comment.