| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,8 @@ def _is_valid_exemplar_metric(metric, sample): | |||
| 29 | 29 | return False | |
| 30 | 30 | ||
| 31 | 31 | ||
| 32 | - def generate_latest_fn(escaping=ALLOWUTF8): | ||
| 32 | + def generate_latest_fn(escaping): | ||
| 33 | + '''Returns a generate_latest function that will always use the given escaping.''' | ||
| 33 | 34 | return lambda registry: generate_latest(registry, escaping) | |
| 34 | 35 | ||
| 35 | 36 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments