-
-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
bugSomething isn't workingSomething isn't workingchangelogChanges should be written to the changelog file.Changes should be written to the changelog file.
Description
from qtpy import QtCore
import typing as t
if t.TYPE_CHECKING:
from PySide6 import QtCore
class MyThread(QtCore.QThread):
passIn this example, unimport suggests getting rid of the first QtCore import, but this causes the code to fail.
Tested on unimport 1.2.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingchangelogChanges should be written to the changelog file.Changes should be written to the changelog file.
Projects
Status
✅ Done