Skip to content

Commit 4e77408

Browse files
committed
Style: add blank lines between class definitions and attributes in annotated attribute example
1 parent 7048c35 commit 4e77408

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/wiring/example_attribute_annotated.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ class Service:
1111

1212

1313
class Container(containers.DeclarativeContainer):
14+
1415
service = providers.Factory(Service)
1516

1617

1718
service: Annotated[Service, Provide[Container.service]]
1819

1920

2021
class Main:
22+
2123
service: Annotated[Service, Provide[Container.service]]
2224

2325

0 commit comments

Comments
 (0)