We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e43199 commit 0eb7f64Copy full SHA for 0eb7f64
pydruid/client.py
@@ -15,7 +15,8 @@
15
#
16
import json
17
import re
18
-import urllib
+import urllib.error
19
+import urllib.request
20
from base64 import b64encode
21
22
from pydruid.query import QueryBuilder
tests/test_client.py
@@ -1,6 +1,6 @@
1
# -*- coding: UTF-8 -*-
2
import textwrap
3
4
from io import StringIO
5
from unittest.mock import Mock, patch
6
0 commit comments