Skip to content

Commit a401d43

Browse files
committed
fix minor typo
1 parent e4be62c commit a401d43

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)