Skip to content

Commit 5f88ba4

Browse files
committed
db manager: fix syntax error in oracle plugin
1 parent 9eb8e79 commit 5f88ba4

File tree

1 file changed

+1
-1
lines changed
  • python/plugins/db_manager/db_plugins/oracle

1 file changed

+1
-1
lines changed

python/plugins/db_manager/db_plugins/oracle/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from qgis.PyQt.QtGui import QIcon, QKeySequence
3333
from qgis.PyQt.QtWidgets import QAction, QApplication, QMessageBox
3434

35-
from qgis.core import QgsApplication QgsVectorLayer, NULL, QgsSettings
35+
from qgis.core import QgsApplication, QgsVectorLayer, NULL, QgsSettings
3636

3737
from ..plugin import ConnectionError, InvalidDataException, DBPlugin, \
3838
Database, Schema, Table, VectorTable, TableField, TableConstraint, \

0 commit comments

Comments
 (0)