mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Appease black
This commit is contained in:
parent
42bdf2994d
commit
882f241181
@ -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 = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user