refactoring
This commit is contained in:
parent
7c215b14f4
commit
c2077a85b3
1 changed files with 0 additions and 5 deletions
5
main.py
5
main.py
|
@ -82,11 +82,6 @@ def relevant_filter_func(d: dict) -> bool:
|
|||
return False
|
||||
return True
|
||||
|
||||
def tests_filter_func(d: dict) -> bool:
|
||||
if "[тест]" in d["name"].lower():
|
||||
return True
|
||||
return False
|
||||
|
||||
def deadline_type_filter_func(d: dict, dtype: str) -> bool:
|
||||
if f"[{dtype.lower()}]" in d["name"].lower():
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue