Skip to content

Commit

Permalink
Fix import PySide2 -> qtpy
Browse files Browse the repository at this point in the history
  • Loading branch information
talmo committed Dec 18, 2024
1 parent 7dd41de commit 8e44a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleap/gui/dialogs/frame_range.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Frame range dialog."""
from PySide2 import QtWidgets
from qtpy import QtWidgets
from sleap.gui.dialogs.formbuilder import FormBuilderModalDialog
from typing import Optional

Expand Down

0 comments on commit 8e44a7c

Please sign in to comment.