Skip to content

Commit

Permalink
fix data_versions toy (#13665)
Browse files Browse the repository at this point in the history
## Summary & Motivation

## How I Tested These Changes
  • Loading branch information
sryza committed Apr 21, 2023
1 parent 49a74fb commit 412460f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ def observable_different_version():

@observable_source_asset
def observable_same_version():
return "5"
return DataVersion("5")


non_observable_source = SourceAsset("non_observable_source")
Expand Down

0 comments on commit 412460f

Please sign in to comment.