mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
Removed redundant function
This commit is contained in:
parent
a99873d6d3
commit
389a9d9ab8
1 changed files with 0 additions and 14 deletions
|
|
@ -306,17 +306,3 @@ def get_asset_data(asset=None):
|
|||
data = document.get("data", {})
|
||||
|
||||
return data
|
||||
|
||||
|
||||
def get_asset_fps():
|
||||
"""Return the FPS from the asset data if found else None
|
||||
|
||||
Returns:
|
||||
int, float, None
|
||||
|
||||
"""
|
||||
|
||||
data = get_asset_data()
|
||||
fps = data.get("fps", None)
|
||||
|
||||
return fps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue