Skip to content

Commit

Permalink
change import from QtPy to PySide2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdelgrosso committed Oct 11, 2021
1 parent 37043cd commit 2e7953a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regexport/views/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from abc import ABC

from qtpy.QtWidgets import QWidget
from PySide2.QtWidgets import QWidget


class HasWidget(ABC):
Expand Down

0 comments on commit 2e7953a

Please sign in to comment.