mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-22 20:01:46 +00:00
chore(style): Code format (#2513)
This commit is contained in:
parent
201e216a15
commit
59771a09f3
@ -159,7 +159,11 @@ def setup_dev_environment(
|
||||
|
||||
if not logger_filename:
|
||||
logger_filename = "dbgpt_awel_dev.log"
|
||||
setup_logging("dbgpt", default_logger_level=logging_level, default_logger_filename=logger_filename)
|
||||
setup_logging(
|
||||
"dbgpt",
|
||||
default_logger_level=logging_level,
|
||||
default_logger_filename=logger_filename,
|
||||
)
|
||||
|
||||
start_http = _check_has_http_trigger(dags)
|
||||
if start_http:
|
||||
|
Loading…
Reference in New Issue
Block a user