Skip to content

Commit

Permalink
Scope requests so it's not needed for dev_menu (apache#13771)
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy authored and rondogency committed Jan 9, 2019
1 parent 1170393 commit ee3ec09
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 ee3ec09

Please sign in to comment.