We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c0d0f commit 3908145Copy full SHA for 3908145
1 file changed
strategyease_sdk/client.py
@@ -1,6 +1,5 @@
1
# -*- coding: utf-8 -*-
2
3
-import copy
4
import datetime
5
import re
6
from enum import Enum
@@ -11,9 +10,9 @@
11
10
import six
12
import tushare as ts
13
from lxml import etree
14
-from pandas.compat import StringIO
15
from requests import Request
16
from requests.auth import HTTPBasicAuth
+from six import StringIO
17
from six.moves.urllib.parse import urlencode
18
19
0 commit comments