visa25 commited on
Commit
e785998
·
verified ·
1 Parent(s): f1ccabf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -45,9 +45,6 @@ create_files()
45
  # TIME CONVERTER
46
  # ===============================
47
  def convert_time(time_str):
48
- """
49
- Converts '10:00 AM' to datetime object
50
- """
51
  return datetime.strptime(time_str.strip(), "%I:%M %p")
52
 
53
 
 
45
  # TIME CONVERTER
46
  # ===============================
47
  def convert_time(time_str):
 
 
 
48
  return datetime.strptime(time_str.strip(), "%I:%M %p")
49
 
50