Skip to content

Commit

Permalink
This fixes error: 'AttributeError: module 'urllib' has no attribute '…
Browse files Browse the repository at this point in the history
…request'

This fixes the issue:
qiskit-community/qiskit-alt#21
  • Loading branch information
MozammilQ committed Mar 30, 2022
1 parent f6f3fc6 commit 204ce22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/find_julia/install_julia.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import urllib
import urllib.request
import json
import julia_semver
from . import _jill
Expand Down

0 comments on commit 204ce22

Please sign in to comment.