Format based on updated Black

This commit is contained in:
2023-09-12 16:41:02 -04:00
parent dfcfe4df4a
commit 311bb69785
6 changed files with 13 additions and 1 deletions

View File

@ -37,6 +37,7 @@ from functools import wraps
# Performance Profiler decorator
###############################################################################
# Get performance statistics on a function or class
class Profiler(object):
def __init__(self, config):
@ -104,6 +105,7 @@ class Profiler(object):
# Supplemental functions
###############################################################################
#
# Run a local OS daemon in the background
#