inducer / loopy

A code generator for array-based code on CPUs and GPUs
http://mathema.tician.de/software/loopy
MIT License
565 stars 71 forks source link

Fix violations of Flake8 Bugbear B037 #821

Closed kaushikcfd closed 5 months ago

kaushikcfd commented 5 months ago

__init__() methods should not return anything.

Further, return None is a noop anyway :).

inducer commented 5 months ago

Thx!