Skip to content

Commit

Permalink
Fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed Aug 31, 2020
1 parent 2bb7dbc commit 7aeeb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pynocchio/main_window_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,9 @@ def create_connections(self):
self.update_recent_bookmarks_menu)

def _define_extra_shortcuts(self):

shortcuts = []

sequence = {
'Up': self.on_action_previous_page_triggered,
'PgUp': self.on_action_previous_page_triggered,
Expand Down

0 comments on commit 7aeeb33

Please sign in to comment.