Skip to content

Commit

Permalink
Formatting change
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Trllo <[email protected]>
  • Loading branch information
kalisp and iLLiCiTiT authored Nov 20, 2024
1 parent c1d31f3 commit 305bf13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def get_attr_defs_for_instance(cls, create_context, instance):
Returns:
(list)
"""
if instance.product_type not in cls.families:
if not cls.instance_matches_plugin_families(instance):
return []

host_name = create_context.host_name
Expand Down

0 comments on commit 305bf13

Please sign in to comment.