ynput / ayon-aquarium

AYON addon for Aquarium integration
https://ayon.ynput.io/features?addons=aquarium
Apache License 2.0
0 stars 1 forks source link

Clean useless imports in leecher.py and processor.py #3

Open ymoriaud opened 2 months ago

ymoriaud commented 2 months ago

It seems that old import are here, but not used. We should be able to clean them.

https://github.com/ynput/ayon-aquarium/blob/9986e7933c710393957cbb473cffd3986d172413/services/leecher/leecher/leecher.py#L1-L7

tweak-wtf commented 2 months ago

yes there are some unused imports in the services. could also make a branch where we ruff format the codebase and fix most linter errors