Merge pull request #318 from fisheggg/master #21
Annotations
10 errors and 1 warning
Ruff (F401):
musicalgestures/__init__.py#L2
musicalgestures/__init__.py:2:41: F401 `musicalgestures._input_test.mg_input_test` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
musicalgestures/__init__.py#L3
musicalgestures/__init__.py:3:42: F401 `musicalgestures._videoreader.mg_videoreader` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
musicalgestures/__init__.py#L4
musicalgestures/__init__.py:4:35: F401 `musicalgestures._flow.Flow` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
musicalgestures/__init__.py#L5
musicalgestures/__init__.py:5:36: F401 `musicalgestures._audio.MgAudio` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
musicalgestures/__init__.py#L6
musicalgestures/__init__.py:6:36: F401 `musicalgestures._video.MgVideo` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
musicalgestures/__init__.py#L7
musicalgestures/__init__.py:7:39: F401 `musicalgestures._360video.Mg360Video` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
musicalgestures/__init__.py#L9
musicalgestures/__init__.py:9:5: F401 `musicalgestures._utils.MgFigure` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
musicalgestures/__init__.py#L10
musicalgestures/__init__.py:10:5: F401 `musicalgestures._utils.MgImage` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
musicalgestures/__init__.py#L11
musicalgestures/__init__.py:11:5: F401 `musicalgestures._utils.convert` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
musicalgestures/__init__.py#L12
musicalgestures/__init__.py:12:5: F401 `musicalgestures._utils.convert_to_mp4` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
build (3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, FedericoCarboni/setup-ffmpeg@v2, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|