Skip to content

Commit

Permalink
Oracle SQL: hopefully allow Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Dec 5, 2024
1 parent 10342cc commit 03e1b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/prototypes/widgets/oworaclesql.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from Orange.widgets import gui, settings
from Orange.widgets.widget import OWWidget, Msg, Output
from Orange.data import Table, Domain, ContinuousVariable, DiscreteVariable, TimeVariable
from PyQt5.QtCore import QTimer
from AnyQt.QtCore import QTimer

try:
import cx_Oracle
Expand Down

0 comments on commit 03e1b62

Please sign in to comment.