[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
c2bcb1e6e5
commit
65c34fce39
1 changed files with 1 additions and 3 deletions
|
|
@ -795,9 +795,7 @@ def test_backfill_skips_future_schema_local_records():
|
|||
persist this client's partial reading server-side and an API-triggered load
|
||||
would then apply settings the same client will not apply locally.
|
||||
"""
|
||||
src = " ".join(
|
||||
_read("features/model-picker/model-config/per-model-config.ts").split()
|
||||
)
|
||||
src = " ".join(_read("features/model-picker/model-config/per-model-config.ts").split())
|
||||
listing = src[src.index("export function listPerModelConfigs()") :]
|
||||
assert "storedConfigVersion(raw) > STORAGE_SCHEMA_VERSION" in listing[:900]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue