Skip to content

Commit eb1c172

Browse files
committed
add another ok example
1 parent b7d986c commit eb1c172

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
@@ -871,6 +871,7 @@ import os # Assuming os is never used
871871

872872
```python
873873
# Good - assuming we are in a monty/__init__.py file
874+
from monty import sandwich_shop
874875
from monty.mysubmodule import spam, eggs # OK even if neither are used in this module
875876
```
876877

0 commit comments

Comments
 (0)