Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
Frontend: Main window: PEP8
Browse files Browse the repository at this point in the history
Signed-off-by: jflesch <jflesch@gmail.com>
  • Loading branch information
jflesch committed Nov 16, 2015
1 parent 221ebf4 commit 0b3bce0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/paperwork/frontend/mainwindow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,6 @@ def do(self):
doc = self.__main_win.doc
else:
doc = self.__doc
docid = doc.docid

self.__main_win.actions['new_doc'][1].do()

Expand Down Expand Up @@ -2186,7 +2185,6 @@ def __init__(self, config):

self.window.set_visible(True)


for scheduler in self.schedulers.values():
scheduler.start()

Expand Down

0 comments on commit 0b3bce0

Please sign in to comment.