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 requests
import datetime import datetime
import jenkspy import jenkspy
import xlrd
from smote import smote from smote import smote
import config import config
""" """

Loading…
Cancel
Save