mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-07-03 13:23:08 +08:00
gitc_utils: Remove unused import; add missing import
shutils is not used. Remove it. sys is used, but not imported. Import it. Change-Id: I4ee582f33bbd451601097ef2f20bee23b54764cd
This commit is contained in:
parent
7c9263bce0
commit
46496d8761
@ -15,7 +15,7 @@
|
||||
|
||||
from __future__ import print_function
|
||||
import os
|
||||
import shutil
|
||||
import sys
|
||||
|
||||
import git_command
|
||||
import git_config
|
||||
|
Loading…
Reference in New Issue
Block a user