summaryrefslogtreecommitdiff
path: root/python/lswf.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/lswf.py')
-rw-r--r--python/lswf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/lswf.py b/python/lswf.py
index 7a309ad..c955631 100644
--- a/python/lswf.py
+++ b/python/lswf.py
@@ -8,7 +8,6 @@ def fibonacci(N):
if fib[i] > N:
break
-
return i