Skip to content

Commit e5e99e4

Browse files
committed
Format
1 parent 016a566 commit e5e99e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/betterproto/compile/importing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def parse_source_type_name(
4040
Split full source type name into package and type name.
4141
E.g. 'root.package.Message' -> ('root.package', 'Message')
4242
'root.Message.SomeEnum' -> ('root', 'Message.SomeEnum')
43-
43+
4444
The function goes through the symbols that have been defined (names, enums, packages) to find the actual package and
4545
name of the object that is referenced.
4646
"""

tests/test_all_definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ def test_all_definition():
1616
"TestStub",
1717
"TestBase",
1818
)
19-
assert enum.__all__ == ("ArithmeticOperator", "Choice", "Test")
19+
assert enum.__all__ == ("ArithmeticOperator", "Choice", "Test")

0 commit comments

Comments
 (0)