Skip to content

Commit a047e9e

Browse files
committed
misc: Flake8
1 parent c074df1 commit a047e9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

devito/ir/support/basic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@ def distance(self, other):
374374

375375
for v in (self[n], other[n]):
376376
try:
377-
# NOTE: Split the boolean to make the conditional short circuit
378-
# more frequently for mild speedup
377+
# NOTE: Split the boolean to make the conditional short
378+
# circuit more frequently for mild speedup
379379
if bool(v < sit.symbolic_min) or bool(v > sit.symbolic_max):
380380
return Vector(S.ImaginaryUnit)
381381
except TypeError:

0 commit comments

Comments
 (0)