flake8 failures

pull/247/head
Sean Fitzgerald 2022-10-15 16:12:56 -07:00
rodzic b0478df36a
commit 6b9175e390
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1109,9 +1109,11 @@ def piku():
"""The smallest PaaS you've ever seen"""
pass
piku.rc = getattr(piku, "resultcallback", None) or\
getattr(piku, "result_callback", None)
@piku.rc()
def cleanup(ctx):
"""Callback from command execution -- add debugging to taste"""