mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-15 20:38:44 +08:00
black .
This commit is contained in:
@@ -92,7 +92,7 @@ class SessionRunner(object):
|
||||
def with_thrift_client(self, thrift_client) -> "SessionRunner":
|
||||
self.thrift_client = thrift_client
|
||||
|
||||
def with_db_engine(self,db_engine):
|
||||
def with_db_engine(self, db_engine):
|
||||
self.db_engine = db_engine
|
||||
|
||||
def __parse_config(self, param: Dict = None) -> None:
|
||||
|
||||
Reference in New Issue
Block a user