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 Document
|
||||
==============================
|
||||
@@ -32,6 +31,7 @@ from nw.common import isHandle
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class NWDoc():
|
||||
|
||||
def __init__(self, theProject, theHandle):
|
||||
|
||||
Reference in New Issue
Block a user