Unverified Commit 69ed8b67 authored by Baizhou Zhang's avatar Baizhou Zhang Committed by GitHub
Browse files

[Fix] Fix lint to pass CI (#12037)

parent 1801cd19
...@@ -13,13 +13,11 @@ import time ...@@ -13,13 +13,11 @@ import time
import traceback import traceback
import urllib.request import urllib.request
import weakref import weakref
from concurrent.futures import ThreadPoolExecutor
from functools import wraps from functools import wraps
from io import BytesIO from io import BytesIO
from json import dumps from json import dumps
from typing import Any, Callable, List, Optional, Tuple, Type, Union from typing import Any, Callable, List, Optional, Tuple, Type, Union
import numpy as np
import pybase64 import pybase64
import requests import requests
from IPython.display import HTML, display from IPython.display import HTML, display
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment