Skip to content
Snippets Groups Projects
Commit 09aacf47 authored by Joseph Torsney's avatar Joseph Torsney
Browse files

Fix PyQt5 import to qtpy re28176

parent 3614acdc
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
from unittest import TestCase from unittest import TestCase
from unittest.mock import patch from unittest.mock import patch
from PyQt5.QtWidgets import QInputDialog from qtpy.QtWidgets import QInputDialog
from workbench.utils.io import input_qinputdialog from workbench.utils.io import input_qinputdialog
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment