Skip to content

Commit 87c306f

Browse files
committed
Auto-format config.py with black
1 parent 0a4c009 commit 87c306f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nbresuse/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@ class ResourceUseDisplay(Configurable):
3636
"""
3737
Holds server-side configuration for nbresuse
3838
"""
39+
3940
disable_legacy_endpoint = Bool(
4041
True,
4142
help="""
4243
Disable legacy /metrics endpoint
4344
4445
This prevents nbresuse from shadowing the prometheus /metrics endpoint.
4546
""",
46-
config=True
47+
config=True,
4748
)
4849

4950
process_memory_metrics = List(

0 commit comments

Comments
 (0)