Skip to content

Commit 87b26c9

Browse files
Merge pull request #153 from guidotijskens/version01402
fix minor typo
2 parents c581ae5 + a401d43 commit 87b26c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/oci_utils/impl/oci_test_ip_auth_main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def get_instance_id():
2424
"""
2525
url = 'http://169.254.169.254/opc/v2/instance/id'
2626
try:
27-
x=1/0
2827
req = urllib.request.Request(url=url)
2928
req.add_header('Authorization', 'Bearer Oracle')
3029
response = urllib.request.urlopen(req)

0 commit comments

Comments
 (0)