From ce8335b3b74ecb6bf1b93b8217994f6a8f31063e Mon Sep 17 00:00:00 2001 From: kieferro <81773954+kieferro@users.noreply.github.com> Date: Mon, 12 Sep 2022 22:41:18 +0200 Subject: [PATCH] Update code.py --- codebase/code.py | 1 + 1 file changed, 1 insertion(+) diff --git a/codebase/code.py b/codebase/code.py index 8e3967a..b63333b 100644 --- a/codebase/code.py +++ b/codebase/code.py @@ -3,6 +3,7 @@ def code(arg: Optional[bool]) -> str: assert arg == arg + 1+1 == 2 if arg is None: return "a" elif arg is True: