Skip to content

Commit c5d77e5

Browse files
author
Dan Hertz
committed
Fix flake, add shell for env var
1 parent a8f6638 commit c5d77e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nightfall/detection_rules.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,3 @@ def __init__(self, detectors: List[Detector], logical_op: LogicalOp = LogicalOp.
299299

300300
def as_dict(self):
301301
return {"detectors": [d.as_dict() for d in self.detectors], "logicalOp": self.logical_op.value}
302-

0 commit comments

Comments
 (0)