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 e44d25d commit aa025e2Copy full SHA for aa025e2
forcefdw.py
@@ -1,6 +1,6 @@
1
from multicorn import ForeignDataWrapper
2
from multicorn.utils import log_to_postgres, ERROR, DEBUG
3
-from yajl import *
+from yajl import YajlContentHandler, YajlParser
4
5
from Queue import Queue
6
from threading import Thread
0 commit comments