Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkala committed Sep 15, 2023
1 parent d03ffd9 commit 60f35e9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions nautobot_golden_config/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,17 +398,6 @@ class Meta:
class ConfigPlanFilterSet(NautobotFilterSet):
"""Inherits Base Class BaseFilterSet."""

# @staticmethod
# def _get_filter_lookup_dict(existing_filter):
# """Extend method to account for isnull on datetime types."""
# # Choose the lookup expression map based on the filter type

# lookup_map = NautobotFilterSet._get_filter_lookup_dict(existing_filter)
# if existing_filter == lookup_map["config_plan"]
# if isinstance(existing_filter, MultiValueDateTimeFilter):
# lookup_map.update({"isnull": "isnull"})
# return lookup_map

q = django_filters.CharFilter(
method="search",
label="Search",
Expand Down

0 comments on commit 60f35e9

Please sign in to comment.