mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
removed unused imports
This commit is contained in:
parent
a16993541d
commit
f52a017591
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import os
|
||||
import shutil
|
||||
import copy
|
||||
import tempfile
|
||||
|
||||
|
|
@ -13,7 +12,7 @@ from openpype.hosts.tvpaint.lib import (
|
|||
composite_rendered_layers,
|
||||
rename_filepaths_by_frame_start
|
||||
)
|
||||
from PIL import Image, ImageDraw
|
||||
from PIL import Image
|
||||
|
||||
|
||||
class ExtractSequence(pyblish.api.Extractor):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue