Skip to content

Commit e5d7db9

Browse files
committed
add example import that doesn't use from
1 parent d8abf72 commit e5d7db9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Coding-Conventions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,7 @@ from .sibling import rivalry
818818

819819
```python
820820
# Good
821+
import my_app.relationships.parents
821822
from my_app.relationships.sibling import rivalry
822823
```
823824

0 commit comments

Comments
 (0)