mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Add warnings module for future use
Imported the 'warnings' module for potential future usage in the codebase.
This commit is contained in:
parent
bd03634ed1
commit
fedf8e60c7
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ import os
|
|||
import sys
|
||||
import inspect
|
||||
import copy
|
||||
import warnings
|
||||
import xml.etree.ElementTree
|
||||
from typing import Optional, Union, List
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue