Skip to content

Commit

Permalink
Add missing Qt import
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jan 29, 2025
1 parent 828bdd6 commit 7098cb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyqodeng/core/modes/backspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This module contains the smart backspace mode
"""
from qtpy.QtGui import QTextCursor
from qtpy.QtCore import Qt
from pyqodeng.core.api import Mode


Expand Down

0 comments on commit 7098cb5

Please sign in to comment.