diff --git a/subcmds/gitc_delete.py b/subcmds/gitc_delete.py index 7380c35..19caac5 100644 --- a/subcmds/gitc_delete.py +++ b/subcmds/gitc_delete.py @@ -14,12 +14,10 @@ # limitations under the License. from __future__ import print_function -import os import shutil import sys from command import Command, GitcClientCommand -import gitc_utils from pyversion import is_python3 if not is_python3():