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

Scope requests so it's not needed for dev_menu #13771

Merged
merged 1 commit into from
Jan 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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