Ensure uniquely generated import aliases are not name mangled (python.org/dev/peps/pep-0008/#id34)

This commit is contained in:
boukeversteegh
2020-06-09 22:54:52 +02:00
parent 76db2f153e
commit 1a95a7988e
6 changed files with 58 additions and 32 deletions

View File

@@ -1,6 +1,4 @@
from betterproto.tests.output_betterproto.casing_message_field_uppercase.casing_message_field_uppercase import (
Test,
)
from betterproto.tests.output_betterproto.casing_message_field_uppercase import Test
def test_message_casing():