소스 검색

gitc_delete: Remove unused imports

Change-Id: I672189ba99e18dca3956e2396c921d1ef0ca2ddd
David Pursehouse 8 년 전
부모
커밋
666debc518
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      subcmds/gitc_delete.py

+ 0 - 2
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():