bugfixes
This commit is contained in:
parent
86034358b7
commit
6db67ee445
5 changed files with 9 additions and 10 deletions
|
|
@ -3,8 +3,8 @@
|
|||
from pathlib import Path
|
||||
from typing import List, Optional
|
||||
|
||||
from PySide6.QtCore import Qt, Signal
|
||||
from PySide6.QtGui import QDrag, QMimeData
|
||||
from PySide6.QtCore import QMimeData, Qt, QUrl, Signal
|
||||
from PySide6.QtGui import QDrag
|
||||
from PySide6.QtWidgets import QWidget
|
||||
|
||||
from webdrop_bridge.core.validator import PathValidator, ValidationError
|
||||
|
|
@ -102,5 +102,3 @@ class DragInterceptor(QWidget):
|
|||
return False
|
||||
|
||||
|
||||
# Import QUrl here to avoid circular import at module level
|
||||
from PySide6.QtCore import QUrl # noqa: E402, F401
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue