Skip to content

Commit 7beaa44

Browse files
committed
remove the exception note
1 parent 2de360a commit 7beaa44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/Coding-Conventions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,8 +808,6 @@ from contextlib import contextmanager
808808
809809
> 💻 This rule is enforced by error code I252
810810
811-
ℹ️ An exception can be made for `__init__.py` files republishing child module declarations
812-
813811
```python
814812
# Bad - will produce I252
815813
from . import sibling

0 commit comments

Comments
 (0)