Skip to content

Commit

Permalink
Docs: fix isort rule code (#9598)
Browse files Browse the repository at this point in the history
## Summary

Fixes a typo in the docs, the isort rule code in an example was not
correct.
  • Loading branch information
RobertCraigie committed Jan 21, 2024
1 parent a42600e commit 9dc59cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ For import sorting, the `noqa` should come at the end of the first line in the i
will apply to all imports in the block, like so:

```python
import os # noqa: I100
import os # noqa: I001
import abc
```

Expand Down

0 comments on commit 9dc59cb

Please sign in to comment.