mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 20:04:19 +01:00
Make StringIO compatible with Python3
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import os
|
||||
import pkg_resources
|
||||
import csv
|
||||
from StringIO import StringIO
|
||||
from io import StringIO
|
||||
from zipfile import ZipFile
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user