Merge pull request '改bug' (#55) from zy into master
This commit is contained in:
commit
f3a5ab331f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue