diff options
Diffstat (limited to 'subcmds/gitc_delete.py')
-rw-r--r-- | subcmds/gitc_delete.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/subcmds/gitc_delete.py b/subcmds/gitc_delete.py index c6f02607..56e0eaba 100644 --- a/subcmds/gitc_delete.py +++ b/subcmds/gitc_delete.py | |||
@@ -17,10 +17,6 @@ import sys | |||
17 | from command import Command, GitcClientCommand | 17 | from command import Command, GitcClientCommand |
18 | import platform_utils | 18 | import platform_utils |
19 | 19 | ||
20 | from pyversion import is_python3 | ||
21 | if not is_python3(): | ||
22 | input = raw_input # noqa: F821 | ||
23 | |||
24 | 20 | ||
25 | class GitcDelete(Command, GitcClientCommand): | 21 | class GitcDelete(Command, GitcClientCommand): |
26 | common = True | 22 | common = True |