Skip to content

Avoid mutable default arguments

Kilian Lieret requested to merge bugfix/mutable-default into master

(Going through some pycharm warnings) Having mutable default arguments can be dangerous (https://docs.python-guide.org/writing/gotchas/), so I fixed that.

Didn't see anything dangerous though, but still.

Merge request reports

Loading