Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[dbmanager][oracle] Add some missing imports
  • Loading branch information
nyalldawson committed Apr 21, 2018
1 parent d589ba7 commit dd2ff15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/plugins/db_manager/db_plugins/oracle/data_model.py
Expand Up @@ -25,13 +25,14 @@
from builtins import str

from qgis.PyQt.QtCore import QTime

from qgis.core import QgsMessageLog
from ..data_model import (TableDataModel,
SqlResultModel,
SqlResultModelAsync,
SqlResultModelTask,
BaseTableModel)
from ..plugin import DbError
from ..plugin import BaseError


class ORTableDataModel(TableDataModel):
Expand Down

0 comments on commit dd2ff15

Please sign in to comment.