commit | 666debc5180f806cd31fa12b34a072e45f508e1a | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Fri May 26 21:53:34 2017 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Fri May 26 21:53:34 2017 +0900 |
tree | eb122f1e53ec8cef069cc1f5069131be6164cf54 | |
parent | c354a9b9226831e03a06ef44386937c88c866851 [diff] |
gitc_delete: Remove unused imports Change-Id: I672189ba99e18dca3956e2396c921d1ef0ca2ddd
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():