Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344ef9a commit c0f57f4Copy full SHA for c0f57f4
1 file changed
plugins/dbms/postgresql/enumeration.py
@@ -5,6 +5,8 @@
5
See the file 'doc/COPYING' for copying permission
6
"""
7
8
+from lib.core.data import logger
9
+
10
from plugins.generic.enumeration import Enumeration as GenericEnumeration
11
12
class Enumeration(GenericEnumeration):
0 commit comments