mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-12-14 08:34:01 +08:00
Remove unused imports
There are several imports that are not used. Remove them. Change-Id: I2ac3be66827bd68d3faedcef7d6bbf30ea01d3f2
This commit is contained in:
committed by
Gustaf Lundh
parent
daa851f6cd
commit
e15c65abc2
@@ -13,7 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import sys, re, string, random, os
|
||||
import sys, re
|
||||
from command import Command
|
||||
from git_command import GitCommand
|
||||
|
||||
|
||||
Reference in New Issue
Block a user