Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit c50a84d

Browse files
committed
Use lib from betterproto2
1 parent ad3c1dc commit c50a84d

File tree

4 files changed

+11
-2480
lines changed

4 files changed

+11
-2480
lines changed

src/betterproto2_compiler/compile/importing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
TYPE_CHECKING,
66
)
77

8+
from betterproto2.lib.google import protobuf as google_protobuf
9+
810
from ..casing import safe_snake_case
9-
from ..lib.google import protobuf as google_protobuf
1011
from .naming import pythonize_class_name
1112

1213
if TYPE_CHECKING:

0 commit comments

Comments
 (0)