Skip to content

Commit 0b4e232

Browse files
committed
black
1 parent 33d3448 commit 0b4e232

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

causal_testing/specification/variable.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ def __lt__(self, other: Any) -> BoolRef:
124124
"""
125125
return self.z3.__lt__(_coerce(other))
126126

127-
128127
def __mod__(self, other: Any) -> BoolRef:
129128
"""Create the Z3 expression `self % other`.
130129

0 commit comments

Comments
 (0)