Skip to content

Commit a0dcb24

Browse files
committed
[Automated Commit] Format Codebase
1 parent ffd944d commit a0dcb24

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ptd_client_server/lib/server.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,11 @@ def get(
443443
f"{', '.join(unused_options)}"
444444
)
445445

446-
unused_sections = set(conf.sections()) - {"server", "ptd"} - set([i for i in conf.sections() if i.startswith("analyzer")])
446+
unused_sections = (
447+
set(conf.sections())
448+
- {"server", "ptd"}
449+
- set([i for i in conf.sections() if i.startswith("analyzer")])
450+
)
447451

448452
if len(unused_sections) != 0:
449453
logging.warning(

0 commit comments

Comments
 (0)