Skip to content

Commit 3a59d13

Browse files
committed
chore: Who needs this anyway
1 parent 9ef87f6 commit 3a59d13

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

cron_descriptor/ExpressionParser.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,6 @@
2626

2727

2828
class ExpressionParser(object):
29-
30-
"""
31-
Parses and validates a Cron Expression into list of fixed len()
32-
┌───────────── minute (0 - 59)
33-
│ ┌───────────── hour (0 - 23)
34-
│ │ ┌───────────── day of month (1 - 31)
35-
│ │ │ ┌───────────── month (1 - 12)
36-
│ │ │ │ ┌───────────── day of week (0 - 6) (Sunday to Saturday; 7 is also Sunday on some systems)
37-
│ │ │ │ │
38-
│ │ │ │ │
39-
│ │ │ │ │
40-
* * * * * command to execute
41-
"""
42-
4329
_expression = ''
4430
_options = None
4531

0 commit comments

Comments
 (0)