Skip to content

Commit

Permalink
Adding return type in is_in_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivani-gslab committed Jun 20, 2024
1 parent 19f0aed commit 8143d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-avd/pyavd/j2filters/is_in_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from __future__ import annotations


def is_in_filter(hostname: str, hostname_filter: list | None):
def is_in_filter(hostname: str, hostname_filter: list | None) -> bool:
"""
Check if device is part of the filter or not.
Expand Down

0 comments on commit 8143d58

Please sign in to comment.