♻️ remove unused import

This commit is contained in:
Ondrej Samohel 2022-09-02 15:56:06 +02:00
parent 13dd125e26
commit f09cd22e7c
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""Houdini specific Avalon/Pyblish plugin definitions."""
import sys
import six
from abc import (
ABCMeta
)