Does someone know why the C0322 warning is produced only by the last
line:
n = 3+4
n = 3-4
n = 3*4
n = 3/4
n = 3%4
bimageview.py(153): [C0322, BImageViewMixin.highestCount] Operator not
preceded by a space
n = 3%4
^
Thanks much for your help.
Olaf