summaryrefslogtreecommitdiff
path: root/xnt/commands/listtargets.py
diff options
context:
space:
mode:
Diffstat (limited to 'xnt/commands/listtargets.py')
-rw-r--r--xnt/commands/listtargets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xnt/commands/listtargets.py b/xnt/commands/listtargets.py
index 01f05de..2885905 100644
--- a/xnt/commands/listtargets.py
+++ b/xnt/commands/listtargets.py
@@ -23,7 +23,7 @@ import logging
LOGGER = logging.getLogger(__name__)
-class ListTargetsCommand(Command): #pylint: disable-msg=R0903
+class ListTargetsCommand(Command):
"""List Targets Command"""
name = 'list-targets'
usage = """"""