Skip to content

Commit eab0942

Browse files
[autofix.ci] apply automated fixes
1 parent 0b9b804 commit eab0942

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/lfx/src/lfx/services/capability/defaults.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ class AllTrustedClassifier:
4040
def trust_of_flow(self, context: CapabilityContext) -> Trust: # noqa: ARG002
4141
return Trust.TRUSTED
4242

43-
def is_untrusted_node(
44-
self, _node: dict[str, object], _context: CapabilityContext | None = None
45-
) -> bool:
43+
def is_untrusted_node(self, _node: dict[str, object], _context: CapabilityContext | None = None) -> bool:
4644
return False
4745

4846

0 commit comments

Comments
 (0)