Skip to content

Commit

Permalink
pep8 remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
athompson673 authored Oct 25, 2024
1 parent 5f056c6 commit 82835d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/widgets/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ def _enter_array(self, inline):
if self.sig_text_was_inserted is not None:
self.sig_text_was_inserted.emit()
cursor.endEditBlock()

# ---- Qt methods
def mouseDoubleClickEvent(self, event):
"""select NUMBER tokens to select numeric literals on double click"""
Expand Down

0 comments on commit 82835d7

Please sign in to comment.