Bump the actions group across 1 directory with 16 updates #27
reviewdog [rdjson] report
reported by reviewdog 🐶
Findings (3)
lib/matplotlib/backends/backend_webagg.py|24 col 12| tornado imported but unused; consider using importlib.util.find_spec to test for availability
lib/matplotlib/backends/backend_wx.py|33 col 8| wx.svg imported but unused
lib/matplotlib/pyplot.py|57 col 8| matplotlib.colorbar imported but unused
Filtered Findings (0)
Annotations
Check warning on line 24 in lib/matplotlib/backends/backend_webagg.py
github-actions / rdjson
[ruff] lib/matplotlib/backends/backend_webagg.py#L24 <F401>(https://docs.astral.sh/ruff/rules/unused-import)
`tornado` imported but unused; consider using `importlib.util.find_spec` to test for availability
Raw output
message:"`tornado` imported but unused; consider using `importlib.util.find_spec` to test for availability" location:{path:"/home/runner/work/matplotlib/matplotlib/lib/matplotlib/backends/backend_webagg.py" range:{start:{line:24 column:12} end:{line:24 column:19}}} severity:WARNING source:{name:"ruff" url:"https://docs.astral.sh/ruff"} code:{value:"F401" url:"https://docs.astral.sh/ruff/rules/unused-import"}
Check warning on line 33 in lib/matplotlib/backends/backend_wx.py
github-actions / rdjson
[ruff] lib/matplotlib/backends/backend_wx.py#L33 <F401>(https://docs.astral.sh/ruff/rules/unused-import)
`wx.svg` imported but unused
Raw output
message:"`wx.svg` imported but unused" location:{path:"/home/runner/work/matplotlib/matplotlib/lib/matplotlib/backends/backend_wx.py" range:{start:{line:33 column:8} end:{line:33 column:14}}} severity:WARNING source:{name:"ruff" url:"https://docs.astral.sh/ruff"} code:{value:"F401" url:"https://docs.astral.sh/ruff/rules/unused-import"} suggestions:{range:{start:{line:33 column:1} end:{line:34 column:1}}}
Check warning on line 57 in lib/matplotlib/pyplot.py
github-actions / rdjson
[ruff] lib/matplotlib/pyplot.py#L57 <F401>(https://docs.astral.sh/ruff/rules/unused-import)
`matplotlib.colorbar` imported but unused
Raw output
message:"`matplotlib.colorbar` imported but unused" location:{path:"/home/runner/work/matplotlib/matplotlib/lib/matplotlib/pyplot.py" range:{start:{line:57 column:8} end:{line:57 column:27}}} severity:WARNING source:{name:"ruff" url:"https://docs.astral.sh/ruff"} code:{value:"F401" url:"https://docs.astral.sh/ruff/rules/unused-import"} suggestions:{range:{start:{line:57 column:1} end:{line:58 column:1}}}