solve Reorder python imports Failed.

pull/2484/head
ZapBird 3 years ago
parent 380fefaab4
commit 853238d7f8

@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import argparse
import io
import os
import sys
import time
import io
from collections import OrderedDict
from typing import List
from typing import Optional

Loading…
Cancel
Save