Skip to content

Commit

Permalink
Auto-format config.py with black
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Nov 17, 2020
1 parent 0a4c009 commit 87c306f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nbresuse/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ class ResourceUseDisplay(Configurable):
"""
Holds server-side configuration for nbresuse
"""

disable_legacy_endpoint = Bool(
True,
help="""
Disable legacy /metrics endpoint
This prevents nbresuse from shadowing the prometheus /metrics endpoint.
""",
config=True
config=True,
)

process_memory_metrics = List(
Expand Down

0 comments on commit 87c306f

Please sign in to comment.