Commit b7ca0ed9 by zhangheng

update:"格式化代码"

parent 0562fe83
...@@ -2,6 +2,7 @@ import pymysql ...@@ -2,6 +2,7 @@ import pymysql
from config.db_config import * from config.db_config import *
class MysqlClientLocal: class MysqlClientLocal:
def __init__(self): def __init__(self):
self.conn = pymysql.connect( self.conn = pymysql.connect(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment