Merge pull request '改bug' (#55) from zy into master

This commit is contained in:
MillerEvan 2022-09-17 00:15:51 +08:00
commit f3a5ab331f
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
[settings]
line_length = 79
multi_line_output = 3
known_third_party =dulwich,numpy,pandas,pymysql,requests,sqlalchemy,yaml
known_third_party =dulwich,numpy,pandas,pymysql,sqlalchemy,yaml

View File

@ -6,8 +6,6 @@ from collections import Counter
from typing import Dict, List, Tuple
import pandas as pd
import requests
import yaml
from sqlalchemy import create_engine
import GlobalConstants