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

Commit 0003c4f

Browse files
committed
Fix typechecking
1 parent a91ab56 commit 0003c4f

File tree

1 file changed

+1
-3
lines changed
  • src/betterproto2_compiler/known_types

1 file changed

+1
-3
lines changed

src/betterproto2_compiler/known_types/any.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
from betterproto2_compiler.lib.google.protobuf import Any as VanillaAny
44

5-
# TODO put back
6-
# default_message_pool = betterproto2.MessagePool() # Only for typing purpose
7-
default_message_pool = ...
5+
default_message_pool = betterproto2.MessagePool() # Only for typing purpose
86

97

108
class Any(VanillaAny):

0 commit comments

Comments
 (0)