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: