Skip to content

Commit

Permalink
Fix Qt import
Browse files Browse the repository at this point in the history
  • Loading branch information
talmo committed Dec 17, 2024
1 parent 7b8db4c commit 6a9c847
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 6a9c847

Please sign in to comment.