From 4aab69f59cf54ea88aa4677f301654c16aa0d4c5 Mon Sep 17 00:00:00 2001 From: karimpwnz Date: Mon, 4 Jan 2021 09:38:31 +0200 Subject: [PATCH] Lint --- features/steps/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/features/steps/core.py b/features/steps/core.py index d673c999..f5215d58 100644 --- a/features/steps/core.py +++ b/features/steps/core.py @@ -304,6 +304,7 @@ def _mock_time_parse(context): def wrapper(input, *args, **kwargs): input = context.now if input == "now" else input return original_parse(input, *args, **kwargs) + return wrapper