Skip to content

Commit a9b002a

Browse files
committed
Date Parser
1 parent 2a1f700 commit a9b002a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Date_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#####################################################################
66

77
#######################This below function will parse a string and understand if any dates available or not .
8-
98
def DateParsing(inp2):
109
dp = DateParser(inp2)
1110
return dp.result()

0 commit comments

Comments
 (0)