mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix missing import in maya addon
This commit is contained in:
parent
6573d6274c
commit
32094aa148
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
from ayon_server.settings import BaseSettingsModel, SettingsField
|
from ayon_server.settings import BaseSettingsModel, SettingsField
|
||||||
from ayon_server.types import ColorRGB_float
|
from ayon_server.types import ColorRGB_float, ColorRGBA_uint8
|
||||||
|
|
||||||
|
|
||||||
class ColorsSetting(BaseSettingsModel):
|
class ColorsSetting(BaseSettingsModel):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue