mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-09-27 11:12:14 +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:
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import os
|
import os
|
||||||
import shutil
|
import sys
|
||||||
|
|
||||||
import git_command
|
import git_command
|
||||||
import git_config
|
import git_config
|
||||||
|
Reference in New Issue
Block a user