From ae7a4402e62698afeefed2aa948e9c6cb4513cb3 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Fri, 22 Nov 2019 19:30:13 +0100 Subject: [PATCH] Fix formatting --- commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands.py b/commands.py index 2c967b6..c129004 100644 --- a/commands.py +++ b/commands.py @@ -71,6 +71,7 @@ class Merge: merge_mr(iid) + class Test: def __call__(self, login: str, submission: str): - print(f"{login} - {submission}") \ No newline at end of file + print(f"{login} - {submission}")