From f8c4948a090642db595eda2ba2ea0773e560ba67 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 31 Jul 2020 16:52:48 -0700 Subject: [PATCH] remove comment --- jc/parsers/date.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jc/parsers/date.py b/jc/parsers/date.py index 2375c6d3..d0541905 100644 --- a/jc/parsers/date.py +++ b/jc/parsers/date.py @@ -44,7 +44,6 @@ class info(): description = 'date command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' - # details = 'enter any other details here' # compatible options: linux, darwin, cygwin, win32, aix, freebsd compatible = ['linux', 'darwin', 'freebsd']