diff options
Diffstat (limited to 'subcmds/gitc_delete.py')
-rw-r--r-- | subcmds/gitc_delete.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/gitc_delete.py b/subcmds/gitc_delete.py index 1011276f..24d355a2 100644 --- a/subcmds/gitc_delete.py +++ b/subcmds/gitc_delete.py | |||
@@ -22,7 +22,7 @@ import platform_utils | |||
22 | 22 | ||
23 | from pyversion import is_python3 | 23 | from pyversion import is_python3 |
24 | if not is_python3(): | 24 | if not is_python3(): |
25 | input = raw_input | 25 | input = raw_input # noqa: F821 |
26 | 26 | ||
27 | 27 | ||
28 | class GitcDelete(Command, GitcClientCommand): | 28 | class GitcDelete(Command, GitcClientCommand): |