Sfoglia il codice sorgente

feat:新增同花顺接口

Roc 1 anno fa
parent
commit
195a677eec
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      ths_api.py

+ 0 - 4
ths_api.py

@@ -1,12 +1,8 @@
 import hug
 from bottle import route, run,NORUN
-from WindPy import w
 import iFinDPy as THS
 import json
-import pandas as pd
 import time
-import os
-import sys
 
 hug.API(__name__).http.output_format = hug.output_format.json