From ce24149335cd8ed1e8513a2cf040432fe42d86b7 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 27 Jul 2020 10:33:25 -0700 Subject: [PATCH] formatting --- jc/parsers/ping.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jc/parsers/ping.py b/jc/parsers/ping.py index 882da1f3..11a02279 100644 --- a/jc/parsers/ping.py +++ b/jc/parsers/ping.py @@ -112,7 +112,6 @@ class info(): description = 'ping 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']