Fixed import statements.

refs #3669
This commit is contained in:
Satish V
2020-06-03 12:49:05 +05:30
committed by Akshay Joshi
parent d22e276586
commit 726ecd79e6
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ from pgadmin.tools.sqleditor.utils.is_query_resultset_updatable \
from pgadmin.tools.sqleditor.utils.save_changed_data import save_changed_data
from pgadmin.tools.sqleditor.utils.get_column_types import get_columns_types
from pgadmin.utils.preferences import Preferences
from web.pgadmin.utils.exception import ObjectGone
from pgadmin.utils.exception import ObjectGone
from config import PG_DEFAULT_DRIVER