(hlg)
| 1014 | |
| 1015 | @normalize_token.register(HighLevelGraph) |
| 1016 | def register_highlevelgraph(hlg): |
| 1017 | # Note: Layer keys are not necessarily identifying HLGs uniquely |
| 1018 | # see https://github.com/dask/dask/issues/9888 |
| 1019 | return normalize_token(list(hlg.layers.keys())) |