Wrap some long or too long code lines

This commit is contained in:
Veronica K. B. Olsen
2020-05-28 23:00:20 +02:00
parent d852a1a144
commit 1a9b6906c6
9 changed files with 81 additions and 42 deletions
+6 -6
View File
@@ -1097,10 +1097,10 @@ class NWProject():
# END Class NWProject
# ================================================================================================ #
# =============================================================================================== #
# NWTree
# Class holding the project tree for the NWProject
# ================================================================================================ #
# =============================================================================================== #
class NWTree():
@@ -1435,10 +1435,10 @@ class NWTree():
# END Class NWTree
# ================================================================================================ #
# =============================================================================================== #
# NWItem
# Class holding the project items making up the NWProject
# ================================================================================================ #
# =============================================================================================== #
class NWItem():
@@ -1680,10 +1680,10 @@ class NWItem():
# END Class NWItem
# ================================================================================================ #
# =============================================================================================== #
# NWStatus
# Class holding the item status values stored in the NWProject
# ================================================================================================ #
# =============================================================================================== #
class NWStatus():