1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

remove unneeded fields

This commit is contained in:
Kelly Brazil
2022-10-11 13:44:28 -07:00
parent ea515bbecc
commit 42c50c5fa1

View File

@ -82,8 +82,6 @@ class MyTests(unittest.TestCase):
# mock data
class mock_parser_info:
name = "deprecated"
argument = "--deprecated"
version = "1.1"
description = "`deprecated` command parser"
author = "nobody"
@ -112,8 +110,6 @@ class MyTests(unittest.TestCase):
# mock data
class mock_parser_info:
name = "deprecated"
argument = "--deprecated"
version = "1.1"
description = "`deprecated` command parser"
author = "nobody"