summaryrefslogtreecommitdiff
path: root/xnt/commands/version.py
diff options
context:
space:
mode:
Diffstat (limited to 'xnt/commands/version.py')
-rw-r--r--xnt/commands/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xnt/commands/version.py b/xnt/commands/version.py
index 11a1879..9c2e302 100644
--- a/xnt/commands/version.py
+++ b/xnt/commands/version.py
@@ -20,7 +20,7 @@
from xnt.basecommand import Command
from xnt.status_codes import SUCCESS
-class VersionCommand(Command): #pylint: disable-msg=R0903
+class VersionCommand(Command):
"""Version Command"""
name = 'version'
usage = """"""