Skip to content

Commit

Permalink
rm poorly rendered line in contributing guide (#15157)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Aug 30, 2024
1 parent 20ba77a commit 9211c24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/contribute/styles-practices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ Avoid circular dependencies. They often reveal entanglement in the design.

Place all deferred imports at the top of the function.

##### With type annotations

If you are just using the imported object for a type signature, use the `TYPE_CHECKING` flag:

```python
Expand Down

0 comments on commit 9211c24

Please sign in to comment.