From dff8507840e35f6f59422dbb6fb0eab181dd817d Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Wed, 26 Aug 2009 16:44:58 +0200
Subject: [PATCH] =?UTF-8?q?cli.=5FArgument:=20Remove=20unused,=20optional?=
 =?UTF-8?q?=20=E2=80=9Csuggest=E2=80=9D=20parameter?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 lib/cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/cli.py b/lib/cli.py
index cee7e2bbf..0f2fc9bc1 100644
--- a/lib/cli.py
+++ b/lib/cli.py
@@ -63,7 +63,7 @@ UN_PREFIX = "-"
 
 
 class _Argument:
-  def __init__(self, min=0, max=None, suggest=None):
+  def __init__(self, min=0, max=None):
     self.min = min
     self.max = max
 
-- 
GitLab