Skip to content

Commit e20cec5

Browse files
committed
chore: fix formatting
1 parent d53cac5 commit e20cec5

File tree

1 file changed

+0
-1
lines changed
  • src/agent_toolkit/forestadmin/agent_toolkit/utils/forest_schema

1 file changed

+0
-1
lines changed

src/agent_toolkit/forestadmin/agent_toolkit/utils/forest_schema/filterable.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
class FrontendFilterableUtils:
7-
87
@classmethod
98
def is_filterable(cls, operators: Set[Operator]) -> bool:
109
return operators is not None and len(operators) > 0

0 commit comments

Comments
 (0)