зеркало из https://github.com/github/vitess-gh.git
removing unused import and var.
This commit is contained in:
Родитель
4e490415f3
Коммит
aa6e6122e6
|
@ -21,7 +21,6 @@ import json
|
|||
import logging
|
||||
import optparse
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
|
||||
from google.protobuf import text_format
|
||||
|
@ -33,8 +32,6 @@ from vttest import init_data_options
|
|||
|
||||
from vtproto import vttest_pb2
|
||||
|
||||
shard_exp = re.compile(r'(.+)/(.+):(.+)')
|
||||
|
||||
|
||||
def main(cmdline_options):
|
||||
topology = vttest_pb2.VTTestTopology()
|
||||
|
|
Загрузка…
Ссылка в новой задаче