From 8349f715adff49c834ecbccce17902f02ec21f67 Mon Sep 17 00:00:00 2001 From: Parth Sharma <86726240+parth-deepsource@users.noreply.github.com> Date: Tue, 19 Oct 2021 16:28:22 +0530 Subject: [PATCH] Update demo_code.py --- demo_code.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/demo_code.py b/demo_code.py index 68313e68b..65eebb2e7 100644 --- a/demo_code.py +++ b/demo_code.py @@ -128,6 +128,9 @@ def chained_comparison(): c = 3 return a < b and b < c +def foo(): + return 1 + def wrong_callable(): number = ImaginaryNumber() if hasattr(number, '__call__'):