JamesBond531 commited on
Commit
1c55a4d
1 Parent(s): 84185ff

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -922,4 +922,4 @@ def removeYearInName(name):
922
  if names[i] in years and i!=0:
923
  names.pop(i) # Remove the year from the list
924
  break
925
- return " ".join(names)
 
922
  if names[i] in years and i!=0:
923
  names.pop(i) # Remove the year from the list
924
  break
925
+ return " ".join(names)