mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed unused import and added deprecation comment
This commit is contained in:
parent
2ded3136c7
commit
38e907d4ea
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
"""Should be used only inside of hosts."""
|
||||
import os
|
||||
import re
|
||||
import copy
|
||||
import platform
|
||||
import logging
|
||||
|
|
@ -31,6 +30,7 @@ log = logging.getLogger("AvalonContext")
|
|||
|
||||
|
||||
# Backwards compatibility - should not be used anymore
|
||||
# - Will be removed in OP 3.16.*
|
||||
CURRENT_DOC_SCHEMAS = {
|
||||
"project": CURRENT_PROJECT_SCHEMA,
|
||||
"asset": CURRENT_ASSET_DOC_SCHEMA,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue