-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move
asset_or_check_key_to_dep_node_handles
to assets.py (#22672)
## Summary & Motivation `asset_or_check_key_to_dep_node_handles` is a utility function used in both assets.py and asset_layer.py. This moves it, and other utility functions it depends on, from asset_layer.py to assets.py. It doesn't change any behavior or any code inside the function. This prepares for an upstack change that removes usages of it from asset_layer.py. ## How I Tested These Changes
- Loading branch information
Showing
2 changed files
with
245 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.