Skip to content

Commit

Permalink
fix error with urllib and python3 - druid-io#252
Browse files Browse the repository at this point in the history
  • Loading branch information
era committed Oct 2, 2021
1 parent 98cab4d commit 73e2958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydruid/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
import json
import re
import urllib
import urllib.request
from base64 import b64encode

from pydruid.query import QueryBuilder
Expand Down

0 comments on commit 73e2958

Please sign in to comment.