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

Commit 29c2213

Browse files
committed
Remove useless condition
1 parent c7fc7e1 commit 29c2213

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/betterproto2_compiler/templates/header.py.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,9 @@ from dataclasses import dataclass
3333
{% endif %}
3434

3535
import betterproto2
36-
{% if output_file.services %}
3736
from betterproto2.grpc.grpclib_server import ServiceBase
3837
import grpc
3938
import grpclib
40-
{% endif %}
4139

4240
{# Import the message pool of the generated code. #}
4341
{% if output_file.package %}

0 commit comments

Comments
 (0)