Skip to content

Commit

Permalink
unused miport sys and variable
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba authored Sep 6, 2023
1 parent 18baa3c commit 177a0c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/google/protobuf/json_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,13 @@
import math
from operator import methodcaller
import re
import sys

from google.protobuf.internal import type_checkers
from google.protobuf import descriptor
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,
Expand Down

0 comments on commit 177a0c4

Please sign in to comment.