feat: 移除不必要的 xlrd 导入 #10

Merged
chenjiale merged 1 commits from cjl-dev into master 2 months ago
  1. 1
      PCA_Train.py

1
PCA_Train.py

@ -18,7 +18,6 @@ import sys
import requests
import datetime
import jenkspy
import xlrd
from smote import smote
import config
"""

Loading…
Cancel
Save