Skip to content

Commit

Permalink
Update ayab.py to match PySide implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
X-sam authored Mar 13, 2024
1 parent 457faee commit fa1c623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/python/ayab/ayab.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# https://github.com/AllYarnsAreBeautiful/ayab-desktop
"""Provides a graphical interface for users to operate AYAB."""

from fbs_runtime.application_context.PyQt5 import ApplicationContext
from fbs_runtime.application_context.PySide6 import ApplicationContext

import sys
import logging
Expand Down

0 comments on commit fa1c623

Please sign in to comment.