Remove encoding line and add spaces between classes and functions
This commit is contained in:
+1
-1
@@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
novelWriter – Project Tree Class
|
||||
================================
|
||||
@@ -62,6 +61,7 @@ LAYOUT_MAP = {
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
class NWTree():
|
||||
|
||||
def __init__(self, theProject):
|
||||
|
||||
Reference in New Issue
Block a user