Revert "Add Filters.has_global"

This reverts commit 0e9399af3f.
This commit is contained in:
cloudwithax 2022-11-13 21:42:41 -05:00
parent cab2f2d3a1
commit e897a59559
1 changed files with 0 additions and 5 deletions

View File

@ -33,11 +33,6 @@ class Filters:
"""Property which checks if any applied filters were preloaded"""
return any(f for f in self._filters if f.preload == True)
@property
def has_global(self):
"""Property which checks if any applied filters are global"""
return any(f for f in self._filters if f.preload == False)
@property
def empty(self):
"""Property which checks if the filter list is empty"""