Bycelium / PyFlow

An open-source tool for visual and modular block programming in python
GNU General Public License v3.0
1.28k stars 54 forks source link

:hammer: Refactor python & markdown editors #225

Closed FabienRoger closed 2 years ago

FabienRoger commented 2 years ago

Fixes #162

MathisFederico commented 2 years ago

My previous comment on renaming block_item is not resolved

FabienRoger commented 2 years ago

I changed the name to parent_block because parent is already a field of the QLineEdit class.

(The issue Codacy reports is not a real issue. It doesn't understand that the view imported when typing is on is only used for List["View"], for which black (or something else in my python environment?) requires an import.)