Skip to content

Commit cb71288

Browse files
committed
lib removal
1 parent fca3efb commit cb71288

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/person.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ def fibonacci_of(n):
2929
person = Person()
3030
print('User Abbas has been added with id ', person.set_name('Abbas'))
3131
print('User associated with id 0 is ', person.get_name(0))
32-
eval("person.get_name(0)")
32+
eval("person.get_name(0)")
33+
eval("fibonacci_of(3)")

python/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
flask==1.0.2
22
django==1.11.29
33
requests==2.19.1
4-
pillow==6.2.1

0 commit comments

Comments
 (0)