We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828bdd6 commit 7098cb5Copy full SHA for 7098cb5
pyqodeng/core/modes/backspace.py
@@ -2,6 +2,7 @@
2
This module contains the smart backspace mode
3
"""
4
from qtpy.QtGui import QTextCursor
5
+from qtpy.QtCore import Qt
6
from pyqodeng.core.api import Mode
7
8
0 commit comments