nest / nest-simulator

The NEST simulator
http://www.nest-simulator.org
GNU General Public License v2.0
544 stars 370 forks source link

Fix parentheses in connection_helpers #3338

Open aserenko opened 1 month ago

aserenko commented 1 month ago

The reason of Issue #3337 seems to be just forgotten parentheses.

terhorstd commented 1 month ago

Hi Alex, I fixed the formatting for Black. This is automatically done if you start to use the pre-commit setup which was recently added. Have a look here, it really makes development easier.

terhorstd commented 1 month ago

The unrelated warnings of pylint are handled in #3339 .