Skip to content

Commit 0cbabd9

Browse files
committed
add comments
Signed-off-by: Guohan Lu <[email protected]>
1 parent 52cb719 commit 0cbabd9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utilities_common/cli.py

-2
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,8 @@ def get_command(self, ctx, cmd_name):
5252
ctx.fail('Too many matches: %s' % ', '.join(sorted(matches)))
5353

5454
try:
55-
# noinspection PyPep8Naming
5655
import ConfigParser as configparser
5756
except ImportError:
58-
# noinspection PyUnresolvedReferences
5957
import configparser
6058

6159
# This is from the aliases example:

0 commit comments

Comments
 (0)