diff options
Diffstat (limited to 'subcmds/gitc_delete.py')
-rw-r--r-- | subcmds/gitc_delete.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/subcmds/gitc_delete.py b/subcmds/gitc_delete.py index 54f62f46..4d8cd8c2 100644 --- a/subcmds/gitc_delete.py +++ b/subcmds/gitc_delete.py | |||
@@ -21,9 +21,7 @@ import platform_utils | |||
21 | 21 | ||
22 | from pyversion import is_python3 | 22 | from pyversion import is_python3 |
23 | if not is_python3(): | 23 | if not is_python3(): |
24 | # pylint:disable=W0622 | ||
25 | input = raw_input | 24 | input = raw_input |
26 | # pylint:enable=W0622 | ||
27 | 25 | ||
28 | class GitcDelete(Command, GitcClientCommand): | 26 | class GitcDelete(Command, GitcClientCommand): |
29 | common = True | 27 | common = True |