Skip to content

Commit 7098cb5

Browse files
committed
Add missing Qt import
1 parent 828bdd6 commit 7098cb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyqodeng/core/modes/backspace.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
This module contains the smart backspace mode
33
"""
44
from qtpy.QtGui import QTextCursor
5+
from qtpy.QtCore import Qt
56
from pyqodeng.core.api import Mode
67

78

0 commit comments

Comments
 (0)