Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
db manager: fix syntax error in oracle plugin
  • Loading branch information
jef-n committed Jul 1, 2018
1 parent 9eb8e79 commit 5f88ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/db_plugins/oracle/plugin.py
Expand Up @@ -32,7 +32,7 @@
from qgis.PyQt.QtGui import QIcon, QKeySequence
from qgis.PyQt.QtWidgets import QAction, QApplication, QMessageBox

from qgis.core import QgsApplication QgsVectorLayer, NULL, QgsSettings
from qgis.core import QgsApplication, QgsVectorLayer, NULL, QgsSettings

from ..plugin import ConnectionError, InvalidDataException, DBPlugin, \
Database, Schema, Table, VectorTable, TableField, TableConstraint, \
Expand Down

1 comment on commit 5f88ba4

@nirvn
Copy link
Contributor

@nirvn nirvn commented on 5f88ba4 Jul 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jef-n , thanks

Please sign in to comment.