Skip to content

Commit 3908145

Browse files
committed
Import six.StringIO
1 parent d3c0d0f commit 3908145

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

strategyease_sdk/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
import copy
43
import datetime
54
import re
65
from enum import Enum
@@ -11,9 +10,9 @@
1110
import six
1211
import tushare as ts
1312
from lxml import etree
14-
from pandas.compat import StringIO
1513
from requests import Request
1614
from requests.auth import HTTPBasicAuth
15+
from six import StringIO
1716
from six.moves.urllib.parse import urlencode
1817

1918

0 commit comments

Comments
 (0)