ruff_linter 0.15.19

This is an internal component crate of Ruff
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
source: crates/ruff_linter/src/linter.rs
---
F401 [*] `os` imported but unused
 --> vscode_language_id.ipynb:cell 3:1:8
  |
1 | import os
  |        ^^
2 |
3 | print("hello world")
  |
help: Remove unused import: `os`
 ::: cell 3
  |
  - import os
1 |
  |