Skip to content

Commit

Permalink
fix message2pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed-XCF committed May 31, 2021
1 parent 4cf9d27 commit af55156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf2pydantic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from os import linesep
from typing import Type, List, Dict # noqa
from typing import * # noqa
from enum import IntEnum # noqa

from google.protobuf.reflection import GeneratedProtocolMessageType
Expand Down

0 comments on commit af55156

Please sign in to comment.