summaryrefslogtreecommitdiffstats
path: root/subcmds/gitc_delete.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/gitc_delete.py')
-rw-r--r--subcmds/gitc_delete.py2
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
23from pyversion import is_python3 23from pyversion import is_python3
24if not is_python3(): 24if not is_python3():
25 input = raw_input 25 input = raw_input # noqa: F821
26 26
27 27
28class GitcDelete(Command, GitcClientCommand): 28class GitcDelete(Command, GitcClientCommand):