Skip to content

Commit 57d2909

Browse files
committed
parameter fix
1 parent b9bb616 commit 57d2909

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

concurrent_test/easy_test.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
3+
import argparse
34
import datetime
4-
import json
55
import ssl
66
from concurrent.futures.thread import ThreadPoolExecutor
77

8-
import requests
9-
108
import numpy as np
11-
import argparse
9+
import requests
1210

1311
# 屏蔽HTTPS证书校验, 忽略安全警告
1412
requests.packages.urllib3.disable_warnings()

0 commit comments

Comments
 (0)