Skip to content

Commit 59771a0

Browse files
authored
chore(style): Code format (#2513)
1 parent 201e216 commit 59771a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/dbgpt-core/src/dbgpt/core/awel/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,11 @@ def setup_dev_environment(
159159

160160
if not logger_filename:
161161
logger_filename = "dbgpt_awel_dev.log"
162-
setup_logging("dbgpt", default_logger_level=logging_level, default_logger_filename=logger_filename)
162+
setup_logging(
163+
"dbgpt",
164+
default_logger_level=logging_level,
165+
default_logger_filename=logger_filename,
166+
)
163167

164168
start_http = _check_has_http_trigger(dags)
165169
if start_http:

0 commit comments

Comments
 (0)