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

Commit 5d32511

Browse files
committed
Fix import path
1 parent df98100 commit 5d32511

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/test_module_validation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import pytest
2-
from betterproto2.plugin.module_validation import ModuleValidator
2+
3+
from betterproto2_compiler.plugin.module_validation import ModuleValidator
34

45

56
@pytest.mark.parametrize(

tests/test_typing_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from betterproto2.plugin.typing_compiler import (
1+
from betterproto2_compiler.plugin.typing_compiler import (
22
DirectImportTypingCompiler,
33
NoTyping310TypingCompiler,
44
TypingImportTypingCompiler,

0 commit comments

Comments
 (0)