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 – GUI Main Window
|
||||
=============================
|
||||
@@ -55,6 +54,7 @@ from nw.constants import nwLists
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class GuiMain(QMainWindow):
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user