Skip to content

Commit

Permalink
Merge pull request #634 from AllYarnsAreBeautiful/fix-win-build
Browse files Browse the repository at this point in the history
Fix Windows runtime issue
  • Loading branch information
t0mpr1c3 authored Mar 13, 2024
2 parents 457faee + fa1c623 commit fecb6c2
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 fecb6c2

Please sign in to comment.