mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
♻️ refactor function name
This commit is contained in:
parent
985546adf7
commit
8cb71fdee4
2 changed files with 3 additions and 3 deletions
|
|
@ -101,7 +101,7 @@ from .context_tools import (
|
|||
)
|
||||
|
||||
from .compatibility import (
|
||||
is_supporting_product_base_type,
|
||||
is_product_base_type_supported,
|
||||
)
|
||||
|
||||
from .workfile import (
|
||||
|
|
@ -229,5 +229,5 @@ __all__ = (
|
|||
"uninstall",
|
||||
|
||||
# Feature detection
|
||||
"is_supporting_product_base_type",
|
||||
"is_product_base_type_supported",
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
"""Package to handle compatibility checks for pipeline components."""
|
||||
|
||||
|
||||
def is_supporting_product_base_type() -> bool:
|
||||
def is_product_base_type_supported() -> bool:
|
||||
"""Check support for product base types.
|
||||
|
||||
This function checks if the current pipeline supports product base types.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue