mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-19 00:02:48 -04:00
db manager: fix syntax error in oracle plugin
This commit is contained in:
parent
9eb8e79aab
commit
5f88ba4cfd
@ -32,7 +32,7 @@ from qgis.PyQt.QtCore import Qt, QCoreApplication
|
||||
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, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user