Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Scope requests so it's not needed for dev_menu (#13771)
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy authored and marcoabreu committed Jan 6, 2019
1 parent 863fb86 commit ec4ad58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import os
import contextlib
import logging
import requests

def get_mxnet_root() -> str:
curpath = os.path.abspath(os.path.dirname(__file__))
Expand Down Expand Up @@ -89,6 +88,7 @@ def under_ci() -> bool:


def ec2_instance_id_hostname() -> str:
import requests
if under_ci():
result = []
try:
Expand Down

0 comments on commit ec4ad58

Please sign in to comment.