Merge pull request #226 from BigRoy/chore/fusion_remove_unused_import

Chore: Code cleanup - remove unused import
This commit is contained in:
Jakub Trllo 2024-03-25 11:38:28 +01:00 committed by GitHub
commit 7ae315cd0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,6 @@
from ayon_core.lib import NumberDef
from ayon_core.hosts.fusion.api.plugin import GenericCreateSaver
from ayon_core.hosts.fusion.api import get_current_comp
class CreateImageSaver(GenericCreateSaver):