From 1248b840750d8a345e6eafea8249f748413b6ba8 Mon Sep 17 00:00:00 2001 From: kieferro <81773954+kieferro@users.noreply.github.com> Date: Mon, 12 Sep 2022 22:39:13 +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: