Ensure uniquely generated import aliases are not name mangled (python.org/dev/peps/pep-0008/#id34)
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user