Appease black

This commit is contained in:
amcmanu3 2023-10-07 13:13:35 -04:00
parent 42bdf2994d
commit 882f241181

View File

@ -41,6 +41,7 @@ with redirect_stderr(NullWriter()):
logger = logging.getLogger(__name__)
def callback(called_func):
# Usage of @callback on method
# definition to run a webhook check
@ -78,6 +79,8 @@ def callback(called_func):
return res
return wrapper
class ServerOutBuf:
lines = {}