Skip to content

Commit ef81d5a

Browse files
committed
remove comments
1 parent b43edd4 commit ef81d5a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Personal_Finance_Tracker/data_entry.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
"E": "Expense"
88
}
99

10-
"""
11-
creating all data entry functions for the user to input the data
12-
"""
13-
1410
def get_date(prompt, allow_default=False):
1511
date = input(prompt)
1612
if allow_default and not date:

0 commit comments

Comments
 (0)