unused miport sys and variable

pull/13869/head
Edgar Riba 1 year ago committed by GitHub
parent 18baa3c05a
commit 177a0c44ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      python/google/protobuf/json_format.py

@ -49,7 +49,6 @@ import json
import math
from operator import methodcaller
import re
import sys
from google.protobuf.internal import type_checkers
from google.protobuf import descriptor
@ -57,7 +56,6 @@ from google.protobuf import message_factory
from google.protobuf import symbol_database
_TIMESTAMPFOMAT = '%Y-%m-%dT%H:%M:%S'
_INT_TYPES = frozenset([descriptor.FieldDescriptor.CPPTYPE_INT32,
descriptor.FieldDescriptor.CPPTYPE_UINT32,
descriptor.FieldDescriptor.CPPTYPE_INT64,

Loading…
Cancel
Save